From b2d488f391c733972b460146dad0eda841fd8e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:33:42 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2f348a..f9781eb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: run: dotnet test --configuration Release --logger "trx;LogFileName=test_results.xml" - name: Upload test results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Test Results path: '**/test_results.xml' \ No newline at end of file