diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index bc7ce1d..c58257d 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -96,7 +96,7 @@ jobs: continue-on-error: true - name: Upload Bandit report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: bandit-security-report diff --git a/.github/workflows/dependency-scan.yml b/.github/workflows/dependency-scan.yml index 986c535..d4afe85 100644 --- a/.github/workflows/dependency-scan.yml +++ b/.github/workflows/dependency-scan.yml @@ -50,7 +50,7 @@ jobs: continue-on-error: true - name: Upload Safety report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: safety-vulnerability-report @@ -58,7 +58,7 @@ jobs: retention-days: 30 - name: Upload pip-audit report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: pip-audit-report