File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8989 nix-shell -p patchelf --run 'patchelf --set-rpath \$ORIGIN/lib:/lib64 bin/hello'
9090
9191 - name : Upload hello executable
92- uses : actions/upload-artifact@v3
92+ uses : actions/upload-artifact@v4
9393 with :
94+ overwrite : true
9495 name : ${{ inputs.package }}-${{ inputs.platform }}${{ inputs.target-platform }}-${{ inputs.compiler-nix-name }}${{ inputs.minimal && '-minimal' || '' }}${{ inputs.iog && '-iog' || '' }}
9596 path : |
9697 hello-1.0.0.2/bin/hello${{ inputs.target-platform == '-windows' && '.exe' || '' }}
@@ -103,7 +104,7 @@ jobs:
103104 runs-on : ${{ inputs.target-platform == '-windows' && 'windows-latest' || (inputs.platform == 'x86_64-linux' && 'ubuntu-latest' || 'macos-latest') }}
104105 steps :
105106 - name : Download hello executable
106- uses : actions/download-artifact@v3
107+ uses : actions/download-artifact@v4
107108 with :
108109 name : ${{ inputs.package }}-${{ inputs.platform }}${{ inputs.target-platform }}-${{ inputs.compiler-nix-name }}${{ inputs.minimal && '-minimal' || '' }}${{ inputs.iog && '-iog' || '' }}
109110
You can’t perform that action at this time.
0 commit comments