diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b46f7e66d..55ab6c8651 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -358,7 +358,7 @@ jobs: path: ${{env.FAILED_TEST_ARTIFACTS}} - name: Upload failed tests' directories if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32' - uses: actions/upload-artifact@v1 # cannot be upgraded because Node.js Actions aren't supported in this container + uses: actions/upload-artifact@v4 # cannot be upgraded because Node.js Actions aren't supported in this container with: name: failed-tests-${{matrix.vector.jobname}} path: ${{env.FAILED_TEST_ARTIFACTS}}