From bcb5adbc29c1c8455cff9226e2a933a69e2c6054 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Wed, 13 Nov 2024 11:53:46 -0800 Subject: [PATCH] ci: Bump to latest upload-artifact action. (#1900) The upload-artifact v3 will soon be retired. Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70abe2caa..841385218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -328,7 +328,7 @@ jobs: run: | src/build-scripts/ci-abicheck.bash ./build abi_standard/build \ liboslexec liboslcomp liboslquery liboslnoise - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: name: osl-${{github.job}}-${{matrix.nametag}} @@ -497,7 +497,7 @@ jobs: - name: Testsuite if: matrix.skip_tests != '1' run: src/build-scripts/ci-test.bash - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: name: osl-${{github.job}}-${{matrix.nametag}} @@ -577,7 +577,7 @@ jobs: src/build-scripts/ci-build.bash - name: Testsuite run: src/build-scripts/ci-test.bash - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: name: osl-${{github.job}}-${{matrix.nametag}}