Skip to content

Commit

Permalink
Chore: bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent c7459b3 commit 99b0ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cp ../*.deb ./
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: v2ray-debian-packages
path: ./*.deb
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
- name: Upload ZIP file to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
path: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
Expand Down Expand Up @@ -229,17 +229,17 @@ jobs:
openssl dgst -sha256 $FILE | sed 's/([^)]*)//g' >>$DGST
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Release.unsigned
path: build_artifacts/Release.unsigned

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Release.unsigned.dgst
path: build_artifacts/Release.unsigned.dgst

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: v2ray-extra.zip
path: build_artifacts/v2ray-extra.zip
Expand Down

0 comments on commit 99b0ba1

Please sign in to comment.