From 293cea0df83c03cb0a4adff332491c9a1b2d4583 Mon Sep 17 00:00:00 2001 From: Joost <2742259+javdl@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:04:07 +0000 Subject: [PATCH] CI --- .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 ee11c90..7a88aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: verbose: true - name: Archive code coverage results - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: cobertura.xml