From e0a5e9d126e9e6000563bf56b579321efb094b59 Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Wed, 24 Apr 2024 15:54:24 +0100 Subject: [PATCH] Update upload artifact action Update to the v4 of the action. Part of https://github.com/adoptium/infrastructure/issues/3534 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a3bbf7e4..4d21aabf 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -143,7 +143,7 @@ jobs: export _JAVA_OPTIONS="-Xmx4G" ./gradlew --parallel :ca-certificates:check --stacktrace - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 if: always() # always run even if the previous step fails with: name: test-results @@ -185,7 +185,7 @@ jobs: mkdir ${{ matrix.product.version }} mv $( echo "${{ matrix.image_type }}" | tr [:upper:] [:lower:] ) ${{ matrix.product.version }} - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 if: always() # always run even if the previous step fails with: name: test-results