diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f923bb29aa90e..08b6e16702c7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: python3 js/src/tests/parse_output.py - name: Upload Report - uses: actions/upload-artifact@v2 # upload test results + uses: actions/upload-artifact@v4 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results