diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e84f6f..acafcf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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