From adc40f86571bbe0a9d8675ae9914df4b46fc3c06 Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Wed, 11 Dec 2024 20:08:01 +0100 Subject: [PATCH] Update actions/upload-artifact (#78) Versions earlier than 4 are to be deprecated in Jan, 2025. --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ad04b83..55acf08 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -56,7 +56,7 @@ jobs: - name: Upload logs as artifacts if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docker-logs path: logs/*