From d7d098f24bf7c02deb51efa82e496a0d00b7bf54 Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Wed, 11 Dec 2024 19:51:52 +0100 Subject: [PATCH] Update actions/upload-artifact Versions earlier than 4 are to be deprecated in Jan, 2025. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72767157..5b4711c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: with: cache-read-only: false arguments: ${{ inputs.image }}:test -Pisle.test.pull=true ${{ inputs.digests }} --info - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: Test Logs