Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...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 Oct 8, 2024
1 parent 519d3d1 commit 71f289e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Finally, upload the binaries
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-x86_64
path: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
# Finally, upload the binaries
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: darwin-x86_64
path: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
# run: mkdir -p ./target/release && mv target/x86_64-unknown-linux-musl/release/brane target/release/brane-darwin-amd64

# - name: Upload artifact
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v4
# with:
# name: brane-darwin-amd64
# path: target/release/brane-darwin-amd64
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
# run: mkdir -p ./target/release && mv target/aarch64-unknown-linux-musl/release/brane target/release/brane-darwin-arm64

# - name: Upload artifact
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v4
# with:
# name: brane-darwin-arm64
# path: target/release/brane-darwin-arm64
Expand Down

0 comments on commit 71f289e

Please sign in to comment.