Skip to content

Commit 5482f6d

Browse files
chore(deps): update github artifact actions to v4
1 parent c290597 commit 5482f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
PIXLET_VERSION: ${{ steps.windowsvars.outputs.tag }}
154154

155155
- name: Upload Release Artifacts
156-
uses: actions/upload-artifact@v3
156+
uses: actions/upload-artifact@v4
157157
with:
158158
name: release-artifacts
159159
path: build
@@ -177,7 +177,7 @@ jobs:
177177
go-version: "1.22.2"
178178

179179
- name: Fetch Release Artifacts
180-
uses: actions/download-artifact@v3
180+
uses: actions/download-artifact@v4
181181
with:
182182
name: release-artifacts
183183
path: build

0 commit comments

Comments
 (0)