Skip to content

Commit

Permalink
ci: bump artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Oct 18, 2024
1 parent 8b2eba5 commit 4fb1918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
open(sum_path, 'x').write(hex_sum)
- name: Upload assets to artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: assets/*
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
persist-credentials: false

- name: Retrieve assets from artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: binaries
path: assets
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
password: ${{ secrets.QUAY_ROBOT_TOKEN }}

- name: Retrieve assets from artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: binaries
path: assets
Expand Down

0 comments on commit 4fb1918

Please sign in to comment.