diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 959b9dfa..26d2b56e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: run: ./gradlew runPluginVerifier # Upload verifier report - name: Upload report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4 if: always() with: name: verifier-report @@ -89,7 +89,7 @@ jobs: # Save report if tests fail - name: Save fails report if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4 with: name: test-fails-report-integration path: | @@ -149,4 +149,4 @@ jobs: ./gradlew publishPlugin else ./gradlew publishPlugin -Prchannels=${{ inputs.rchannels }} - fi \ No newline at end of file + fi