Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2022
1 parent 3dd5cd3 commit d877bad
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@v2
uses: actions/upload-artifact@v3
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 @@ -161,7 +161,7 @@ jobs:
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
- name: Upload ZIP file to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
path: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
Expand Down Expand Up @@ -224,17 +224,17 @@ jobs:
openssl dgst -sha256 $FILE | sed 's/([^)]*)//g' >>$DGST
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Release.unsigned
path: build_artifacts/Release.unsigned

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

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

0 comments on commit d877bad

Please sign in to comment.