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 4949 runs-on : windows-latest
5050 steps :
5151 - uses : actions/checkout@v4
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
@@ -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
You can’t perform that action at this time.
0 commit comments