We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0035f commit 3ebc0d6Copy full SHA for 3ebc0d6
.github/workflows/pip-audit.yml
@@ -52,7 +52,7 @@ jobs:
52
cat requirements.txt >> detailed_report.txt
53
54
- name: Upload audit results
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with:
57
name: pip-audit-report
58
path: detailed_report.txt
0 commit comments