Skip to content

Commit

Permalink
build.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 428f422 commit 1b3b151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Make source package
run: make VERSION=${{ github.sha }} dist
- name: Upload source package artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bzip3-${{ github.sha }}
path: bzip3-${{ github.sha }}.tar.gz
Expand Down

0 comments on commit 1b3b151

Please sign in to comment.