diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index 5c07a58e..a0c7a080 100644 --- a/.github/workflows/build-and-check.yml +++ b/.github/workflows/build-and-check.yml @@ -73,13 +73,13 @@ jobs: - name: Build plugin run: ./plugin/gradlew -p ./plugin assemble ensureDependenciesAreInlined test --no-daemon - name: Upload test results - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 if: failure() with: name: test-results-${{ runner.os }} path: plugin/build/reports/tests/test/ - name: Upload Memory Dump - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 if: failure() with: name: memory-dump-${{ runner.os }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 7912a1fa..3821df0a 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@184d73b71b93c222403b2e7f1ffebe4508014249 # v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v3.1.0 with: name: SARIF file path: results.sarif