File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 - name : Run SBOM generation
8181 run : task -v sbom
8282 - name : Upload SBOM artifacts
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : sbom-files
8686 path : |
@@ -89,15 +89,15 @@ jobs:
8989 - name : Check license compliance
9090 run : task -v license-check
9191 - name : Upload license check results
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : license-check-results
9595 path : license-check.json
9696 if-no-files-found : error
9797 - name : Run vulnerability scan
9898 run : task -v vulnscan
9999 - name : Upload vulnerability scan results
100- uses : actions/upload-artifact@v4
100+ uses : actions/upload-artifact@v5
101101 with :
102102 name : vuln-scan-results
103103 path : vulns.json
You can’t perform that action at this time.
0 commit comments