From 25bf24054545711bf47929314896af559a6d0bc4 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2eebf5..0b8ce6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,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