From 4d6f402d513dc1c6cc0b7d86a3c0ab8b2b12be33 Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Fri, 8 Nov 2024 15:48:50 +0100 Subject: [PATCH] update artifacts GitHub actions to v4 --- .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 a3630e4..619adb4 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -100,7 +100,7 @@ jobs: - name: Upload the Diagnostic Report if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: diagnose.json.gz path: ./diagnose.json.gz