Skip to content

Commit 03d29c3

Browse files
Update actions/upload-artifact action to v4
1 parent e46fc0c commit 03d29c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cve-scanning.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--enableRetired
3232
- name: Upload Test results
3333
if: ${{ always() }}
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: Depcheck report
3737
path: ${{ github.workspace }}/reports

0 commit comments

Comments
 (0)