diff --git a/.github/workflows/pr-test-and-lint.yml b/.github/workflows/pr-test-and-lint.yml index 3343dbd185..ceba1b7889 100644 --- a/.github/workflows/pr-test-and-lint.yml +++ b/.github/workflows/pr-test-and-lint.yml @@ -41,7 +41,7 @@ jobs: env: CLEAN_MANIFEST_CACHE: true - - uses: actions/upload-artifact@v4 # upload test results + - uses: actions/upload-artifact@v3 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results