diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index f5e3f656ed..4579e6fa07 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -213,7 +213,7 @@ jobs: else ${{ matrix.tar || 'tar' }} cf - $dir | zstd -T0 --no-progress -o pack/$dir.tar.zst fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: matrix.release with: name: build-${{ matrix.name }}