File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
github-actions/previews/pack-and-upload-artifact Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737
3838 # Upload the results as artifacts.
3939 - name : ' Upload artifact'
40- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
40+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4141 with :
4242 name : SARIF file
4343 path : results.sarif
Original file line number Diff line number Diff line change 6161 tar -czvf "$pkg" -C '${{steps.copy.outputs.deploy-dir}}' .
6262 echo "artifact-path=$pkg" >> $GITHUB_OUTPUT
6363
64- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
64+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6565 with :
6666 name : ' ${{inputs.workflow-artifact-name}}'
6767 path : ' ${{steps.pack.outputs.artifact-path}}'
You can’t perform that action at this time.
0 commit comments