Skip to content

Commit

Permalink
chore(deps): 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] authored Dec 15, 2023
1 parent 88e1482 commit 3f93a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Generate docs
run: cargo doc --no-deps && tar -C target -czvf /tmp/doc.tgz doc/
- name: Store docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: doc.tgz
path: /tmp/doc.tgz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobilecoin-dev-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Upload artifacts
if: ${{ ! contains(github.event.head_commit.message, '[skip build]') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rust-binaries
path: rust_build_artifacts/
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- name: Upload Artifacts
if: ${{ ! contains(github.event.head_commit.message, '[skip build]') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: go-binaries
path: go_build_artifacts/
Expand Down

0 comments on commit 3f93a70

Please sign in to comment.