We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46fc0c commit 03d29c3Copy full SHA for 03d29c3
.github/workflows/cve-scanning.yml
@@ -31,7 +31,7 @@ jobs:
31
--enableRetired
32
- name: Upload Test results
33
if: ${{ always() }}
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
with:
36
name: Depcheck report
37
path: ${{ github.workspace }}/reports
0 commit comments