Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 2 to 3
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]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2022
1 parent e44c408 commit bde0a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo ::set-output name=BIN_RPC_SERVER::"target/release/rpc-server"
- name: Upload release artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: sui-binaries
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wallet-ext-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Package
working-directory: ${{env.working-directory}}
run: pnpm pack:zip
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: wallet-extension
Expand Down

0 comments on commit bde0a82

Please sign in to comment.