Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4 (major) (#2115)
Browse files Browse the repository at this point in the history
chore(deps): update github artifact actions to v4

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent e39f9ae commit 7e0d1ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: cargo build ${{ steps.profile.outputs.flags }} -p nox --target ${{ matrix.target }}

- name: Upload nox binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nox-${{ matrix.arch }}
path: target/${{ matrix.target }}/${{ steps.profile.outputs.profile }}/nox
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
password: ${{ env.DOCKER_PASSWORD }}

- name: Download nox binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: docker/binaries

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
kv/hub.docker.com/fluencebot password | DOCKER_PASSWORD
- name: Download nox binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: docker/binaries

Expand Down

0 comments on commit 7e0d1ef

Please sign in to comment.