Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 30aaa28 commit e4d5783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "bin=${BIN}" >> $GITHUB_OUTPUT
- name: Upload binary to checks
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.prepare.outputs.bin }}-artifact
path: ${{ steps.prepare.outputs.bin }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
echo "bin=${BIN}" >> $GITHUB_OUTPUT
- name: Upload binary to checks
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.prepare.outputs.bin }}-artifact
path: ${{ steps.prepare.outputs.bin }}
Expand All @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: cargo build -p marine --release

- name: Upload binary to checks
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: marine
path: target/release/marine

0 comments on commit e4d5783

Please sign in to comment.