Skip to content

Commit 18b6888

Browse files
chore(deps): update github artifact actions to v4
1 parent ff7ac7c commit 18b6888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
PIXLET_VERSION: ${{ steps.windowsvars.outputs.tag }}
138138

139139
- name: Upload Release Artifacts
140-
uses: actions/upload-artifact@v3
140+
uses: actions/upload-artifact@v4
141141
with:
142142
name: release-artifacts
143143
path: build
@@ -161,7 +161,7 @@ jobs:
161161
go-version: "1.22.2"
162162

163163
- name: Fetch Release Artifacts
164-
uses: actions/download-artifact@v3
164+
uses: actions/download-artifact@v4
165165
with:
166166
name: release-artifacts
167167
path: build

0 commit comments

Comments
 (0)