File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 run : |
6565 wget https://github.com/aquasecurity/trivy/releases/download/v0.39.1/trivy_0.39.1_Linux-64bit.deb
6666 sudo dpkg -i trivy_0.39.1_Linux-64bit.deb
67- - uses : actions/download-artifact@v3
67+ - uses : actions/download-artifact@v4
6868 with :
6969 name : bom.json
7070 - name : Run Trivy with SBOM
Original file line number Diff line number Diff line change 5252 run : npm run validate
5353
5454 - name : Upload specification bundle
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : spec-bundle
5858 path : ${{ inputs.dist-directory }}
6969 fetch-depth : 0
7070
7171 - name : Download specification bundle
72- uses : actions/download-artifact@v3
72+ uses : actions/download-artifact@v4
7373 with :
7474 name : spec-bundle
7575 path : ${{ inputs.dist-directory }}
@@ -103,7 +103,7 @@ jobs:
103103 fetch-depth : 0
104104
105105 - name : Download specification bundle
106- uses : actions/download-artifact@v3
106+ uses : actions/download-artifact@v4
107107 with :
108108 name : spec-bundle
109109 path : ${{ inputs.dist-directory }}
You can’t perform that action at this time.
0 commit comments