We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fa49e commit 1fa7eb0Copy full SHA for 1fa7eb0
.github/workflows/actions.yml
@@ -37,12 +37,12 @@ jobs:
37
name: sbom-${{ github.run_id }}-${{ github.run_number }}.json
38
path: ${{ github.workspace }}/sbom.json
39
- name: Upload vdr
40
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
41
with:
42
name: vulRep-${{ github.run_id }}-${{ github.run_number }}.vdr.json
43
path: ${{ github.workspace }}/sbom.vdr.json
44
- name: Upload html
45
46
47
name: vulRep-${{ github.run_id }}-${{ github.run_number }}.html
48
path: ${{ github.workspace }}/vulRep.html
0 commit comments