From 2638160191d66802d3a7e0fd11f34f1203263123 Mon Sep 17 00:00:00 2001 From: erlingrj Date: Thu, 23 Jan 2025 16:23:40 +0100 Subject: [PATCH] Update to upload-artifact@v4 --- .github/workflows/cpp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-tests.yml b/.github/workflows/cpp-tests.yml index 2a4bd61cce..2e11f74c86 100644 --- a/.github/workflows/cpp-tests.yml +++ b/.github/workflows/cpp-tests.yml @@ -62,7 +62,7 @@ jobs: genhtml reactor-cpp.info --output-directory reactor-cpp.coverage if: matrix.platform == 'ubuntu-24.04' - name: Upload coverage report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: reactor-cpp.coverage path: reactor-cpp.coverage