diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 624eae2e..6d5df522 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: nix build -L .#hydraJobs.tarball install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz2 install -D ./result/tarballs/*.tar.gz ./dist/patchelf-$(cat version).tar.gz - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: patchelf-tarball path: dist/* @@ -38,7 +38,7 @@ jobs: nix build -L .#patchelf-win32 .#patchelf-win64 install -D ./result/bin/patchelf.exe ./dist/patchelf-win32-$(cat version).exe install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64-$(cat version).exe - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: patchelf-windows path: dist/* @@ -121,7 +121,7 @@ jobs: ./bin/patchelf --version EOF docker run --platform "$DOCKER_PLATFORM" -v $(pwd):/gha ${{ matrix.platform }}/debian:unstable-slim sh -ec "cd /gha && sh ./check.sh" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: patchelf-${{ matrix.platform }} path: dist/*