We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7ac7c commit 18b6888Copy full SHA for 18b6888
.github/workflows/main.yml
@@ -137,7 +137,7 @@ jobs:
137
PIXLET_VERSION: ${{ steps.windowsvars.outputs.tag }}
138
139
- name: Upload Release Artifacts
140
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
141
with:
142
name: release-artifacts
143
path: build
@@ -161,7 +161,7 @@ jobs:
161
go-version: "1.22.2"
162
163
- name: Fetch Release Artifacts
164
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
165
166
167
0 commit comments