From 3ebc0d63f42ef141926a61f8d5666b87ec08dad2 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:36:09 -0800 Subject: [PATCH] ci: update artifact upload version --- .github/workflows/pip-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index 9bc0cfe..ad34e53 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -52,7 +52,7 @@ jobs: cat requirements.txt >> detailed_report.txt - name: Upload audit results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pip-audit-report path: detailed_report.txt