diff --git a/.github/workflows/integration-test-k3s.yaml b/.github/workflows/integration-test-k3s.yaml index fede6102..ef0a5bb9 100644 --- a/.github/workflows/integration-test-k3s.yaml +++ b/.github/workflows/integration-test-k3s.yaml @@ -34,7 +34,7 @@ jobs: - name: Upload test logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: e2e-test-logs path: /tmp/interlink-test-* diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 7a620aab..e1975ad1 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: SARIF file path: results.sarif