Skip to content

Commit 1fa7eb0

Browse files
authored
fix: artifact action version
1 parent f1fa49e commit 1fa7eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
name: sbom-${{ github.run_id }}-${{ github.run_number }}.json
3838
path: ${{ github.workspace }}/sbom.json
3939
- name: Upload vdr
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: vulRep-${{ github.run_id }}-${{ github.run_number }}.vdr.json
4343
path: ${{ github.workspace }}/sbom.vdr.json
4444
- name: Upload html
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: vulRep-${{ github.run_id }}-${{ github.run_number }}.html
4848
path: ${{ github.workspace }}/vulRep.html

0 commit comments

Comments
 (0)