From 34e6bbca18b0b7768d32da244e32a15c0571680c Mon Sep 17 00:00:00 2001 From: Annette Findley <117473104+varndellwagglebee@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:18:12 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 768bcc3..91f356f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: dotnet test --no-build --configuration ${{ env.BUILD_CONFIGURATION }} --logger:trx --results-directory:./TestResults ${{ env.SOLUTION_NAME }} - name: Upload Test Results - uses: actions/upload-artifact@v3 # upload test results + uses: actions/upload-artifact@v4 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results