2121 nix build -L .#hydraJobs.tarball
2222 install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz2
2323 install -D ./result/tarballs/*.tar.gz ./dist/patchelf-$(cat version).tar.gz
24- - uses : actions/upload-artifact@v4
24+ - uses : actions/upload-artifact@v5
2525 with :
2626 name : patchelf-tarball
2727 path : dist/*
3838 nix build -L .#patchelf-win32 .#patchelf-win64
3939 install -D ./result/bin/patchelf.exe ./dist/patchelf-win32-$(cat version).exe
4040 install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64-$(cat version).exe
41- - uses : actions/upload-artifact@v4
41+ - uses : actions/upload-artifact@v5
4242 with :
4343 name : patchelf-windows
4444 path : dist/*
4949 runs-on : windows-latest
5050 steps :
5151 - uses : actions/checkout@v5
52- - uses : actions/download-artifact@v5
52+ - uses : actions/download-artifact@v6
5353 with :
5454 name : patchelf-windows
5555 path : dist
8484 fi
8585 echo "DOCKER_PLATFORM=$platform" >> $GITHUB_ENV
8686
87- - uses : actions/download-artifact@v5
87+ - uses : actions/download-artifact@v6
8888 with :
8989 name : patchelf-tarball
9090 path : dist
@@ -121,7 +121,7 @@ jobs:
121121 ./bin/patchelf --version
122122 EOF
123123 docker run --platform "$DOCKER_PLATFORM" -v $(pwd):/gha ${{ matrix.platform }}/debian:unstable-slim sh -ec "cd /gha && sh ./check.sh"
124- - uses : actions/upload-artifact@v4
124+ - uses : actions/upload-artifact@v5
125125 with :
126126 name : patchelf-${{ matrix.platform }}
127127 path : dist/*
@@ -132,7 +132,7 @@ jobs:
132132 if : github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
133133 runs-on : ubuntu-latest
134134 steps :
135- - uses : actions/download-artifact@v5
135+ - uses : actions/download-artifact@v6
136136 with :
137137 pattern : patchelf-*
138138 merge-multiple : true
0 commit comments