From db94a22048409c3ce48e7df42e7a8b48a168e017 Mon Sep 17 00:00:00 2001 From: Anna Suszter Date: Tue, 24 Sep 2024 17:42:15 +0200 Subject: [PATCH] LPD-37083 update outdated Github Actions plugin --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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