diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ea576df..89c844e 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -67,7 +67,7 @@ jobs: run: npm audit --json > audit-report.json || true - name: Upload audit report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: npm-audit-report path: audit-report.json