Skip to content

Commit

Permalink
LPD-37083 update outdated Github Actions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
annasuszter authored and drewbrokke committed Oct 3, 2024
1 parent 511d097 commit 6cb08e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6cb08e1

Please sign in to comment.