diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index fe65bae59..932e52bca 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -89,7 +89,7 @@ jobs: run: | ./run-tests.sh - name: Upload tests zip - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 if: failure() with: name: LinuxJDK11-tests.zip @@ -121,7 +121,7 @@ jobs: # run: | # ./run-tests.sh # - name: Upload tests zip - # uses: actions/upload-artifact@v1 + # uses: actions/upload-artifact@v3 # if: failure() # with: # name: MacOSJDK11-tests.zip