File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/*
@@ -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/*
You can’t perform that action at this time.
0 commit comments