From 5c665f3868f41938a982e465ad7fd8f573653033 Mon Sep 17 00:00:00 2001 From: Christopher Campbell Date: Mon, 24 Feb 2025 09:40:37 -0500 Subject: [PATCH] upgrade test-unit upload-artifact --- .github/workflows/test-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 51fa8c26..c4436449 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -35,7 +35,7 @@ jobs: working-directory: test - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: test/coverage.out