diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index 5c07a58e..fb9d8f16 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.6.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.6.0 if: failure() with: name: memory-dump-${{ runner.os }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e0940eba..d9d5993f 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v3.1.0 with: name: SARIF file path: results.sarif