File tree Expand file tree Collapse file tree
github-actions/previews/pack-and-upload-artifact Expand file tree Collapse file tree 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
40+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
4141 with :
4242 name : SARIF file
4343 path : results.sarif
Original file line number Diff line number Diff line change 6161 tar -chzvf "$pkg" -C '${{steps.copy.outputs.deploy-dir}}' .
6262 echo "artifact-path=$pkg" >> $GITHUB_OUTPUT
6363
64- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
64+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .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