Skip to content

Commit d22fa16

Browse files
Chore: bump actions/upload-artifact from 4 to 5 (#3542)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent febd5ba commit d22fa16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
196196
197197
- name: Upload ZIP file to Artifacts
198-
uses: actions/upload-artifact@v4
198+
uses: actions/upload-artifact@v5
199199
with:
200200
name: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
201201
path: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
@@ -260,17 +260,17 @@ jobs:
260260
openssl dgst -sha256 $FILE | sed 's/([^)]*)//g' >>$DGST
261261
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
262262
263-
- uses: actions/upload-artifact@v4
263+
- uses: actions/upload-artifact@v5
264264
with:
265265
name: Release.unsigned
266266
path: build_artifacts/Release.unsigned
267267

268-
- uses: actions/upload-artifact@v4
268+
- uses: actions/upload-artifact@v5
269269
with:
270270
name: Release.unsigned.dgst
271271
path: build_artifacts/Release.unsigned.dgst
272272

273-
- uses: actions/upload-artifact@v4
273+
- uses: actions/upload-artifact@v5
274274
with:
275275
name: v2ray-extra.zip
276276
path: build_artifacts/v2ray-extra.zip

0 commit comments

Comments
 (0)