File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 env :
4949 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5050
51- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : artifacts
5454 path : dist/*
Original file line number Diff line number Diff line change 5454 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5555 # format to the repository Actions tab.
5656 - name : " Upload artifact"
57- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
57+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5858 with :
5959 name : SARIF file
6060 path : results.sarif
Original file line number Diff line number Diff line change 5151 ./dist/publish-release-amd64-linux help
5252 ./dist/release-notes-amd64-linux version
5353
54- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5555 with :
5656 name : artifacts
5757 path : dist/*
8686 env:
8787 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
89- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
89+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9090 with :
9191 name : release.intoto.json
9292 path : ./release.intoto.json
You can’t perform that action at this time.
0 commit comments