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 c290597 commit 5482f6dCopy full SHA for 5482f6d
.github/workflows/main.yml
@@ -153,7 +153,7 @@ jobs:
153
PIXLET_VERSION: ${{ steps.windowsvars.outputs.tag }}
154
155
- name: Upload Release Artifacts
156
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
157
with:
158
name: release-artifacts
159
path: build
@@ -177,7 +177,7 @@ jobs:
177
go-version: "1.22.2"
178
179
- name: Fetch Release Artifacts
180
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
181
182
183
0 commit comments