diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81bca5d..8ca5011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: continue-on-error: false - name: Upload bandit reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: bandit-reports-${{ matrix.python-version }} @@ -125,7 +125,7 @@ jobs: continue-on-error: true - name: Upload coverage HTML report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: coverage-report-${{ matrix.python-version }} @@ -174,7 +174,7 @@ jobs: echo "📈 Security scan artifacts generated" - name: Upload security reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: security-reports @@ -234,7 +234,7 @@ jobs: cp -f pyscn-report.json pyscn-artifacts/ || true - name: Upload pyscn artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: pyscn-reports diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index e18148b..9b5deac 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -39,7 +39,7 @@ jobs: - name: Upload Semgrep results as artifact if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: semgrep-results path: semgrep.sarif \ No newline at end of file