From ab38964252fbd185b861886a2d2cc5eab81a3b5a Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Fri, 25 Oct 2024 17:40:21 -0700 Subject: [PATCH] Update GHA to resolve failures related to deprecated shared action --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 987913c2..5858bd82 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -25,7 +25,7 @@ jobs: run: | pytest tests --doctest-modules --junitxml=tests/diana-test-results.xml - name: Upload test results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - name: utils-test-results + name: test-results-${{ matrix.python-version }} path: tests/diana-test-results.xml