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 4848 runs-on : windows-latest
4949 steps :
5050 - uses : actions/checkout@v4
51- - uses : actions/download-artifact@v4
51+ - uses : actions/download-artifact@v5
5252 with :
5353 name : patchelf-windows
5454 path : dist
8383 fi
8484 echo "DOCKER_PLATFORM=$platform" >> $GITHUB_ENV
8585
86- - uses : actions/download-artifact@v4
86+ - uses : actions/download-artifact@v5
8787 with :
8888 name : patchelf-tarball
8989 path : dist
@@ -131,7 +131,7 @@ jobs:
131131 if : github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
132132 runs-on : ubuntu-latest
133133 steps :
134- - uses : actions/download-artifact@v4
134+ - uses : actions/download-artifact@v5
135135 with :
136136 pattern : patchelf-*
137137 merge-multiple : true
You can’t perform that action at this time.
0 commit comments