Skip to content

Commit

Permalink
release.yml: update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos authored Feb 13, 2025
1 parent 1b3b151 commit 4996d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
bzip3-${{ github.ref_name }}.tar.zst
bzip3-${{ github.ref_name }}.zip
- name: Upload source package artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bzip3-${{ github.ref_name }}
path: bzip3-${{ github.ref_name }}.tar.gz
Expand Down

0 comments on commit 4996d5d

Please sign in to comment.