ci: update artifact upload version

This commit is contained in:
leafspark 2025-02-10 17:36:09 -08:00 committed by GitHub
parent ab0035f2e9
commit 3ebc0d63f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
cat requirements.txt >> detailed_report.txt cat requirements.txt >> detailed_report.txt
- name: Upload audit results - name: Upload audit results
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: pip-audit-report name: pip-audit-report
path: detailed_report.txt path: detailed_report.txt