Skip to content

Commit

Permalink
release.yml: download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos authored Feb 13, 2025
1 parent 7f7c1aa commit e0b2893
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 @@ -59,7 +59,7 @@ jobs:
- [ "i686", "CC=i686-w64-mingw32-gcc --host i686-w64-mingw32 --enable-static-exe --disable-arch-native", "gcc-mingw-w64-i686" ]
steps:
- name: Download source package artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bzip3-${{ github.ref_name }}
- name: Extract source package
Expand Down

0 comments on commit e0b2893

Please sign in to comment.