Skip to content

Commit

Permalink
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 ed4d14b commit 4fce3d1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: warp-runner-${{ matrix.target }}
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/warp-runner*
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Upload artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: warp-runner-${{ matrix.target }}
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/warp-runner*
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Upload artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: warp-runner-${{ matrix.target }}
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/warp-runner*
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Upload artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: warp-runner-${{ env.RUST_TARGET }}
path: ${{ github.workspace }}/target/${{ env.RUST_TARGET }}/release/warp-runner
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- name: Upload artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: warp-packer-${{ matrix.target }}
path: ${{ github.workspace }}/target/${{ matrix.target }}/release/warp-packer*
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:

- name: Upload artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: warp-packer-${{ env.RUST_TARGET }}
path: ${{ github.workspace }}/target/${{ env.RUST_TARGET }}/release/warp-packer*
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:

- name: Upload artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: warp-packer-${{ env.RUST_TARGET }}
path: ${{ github.workspace }}/target/${{ env.RUST_TARGET }}/release/warp-packer*
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:

- name: Upload artifacts
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: warp-packer-${{ env.RUST_TARGET }}
path: ${{ github.workspace }}/target/${{ env.RUST_TARGET }}/release/warp-packer*
Expand Down

0 comments on commit 4fce3d1

Please sign in to comment.