diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 5795837dc..51b3c1489 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -31,7 +31,7 @@ jobs: - name: Upload audit report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: npm-audit-report path: npm-audit.json