From d2c3a2df0a4c11019640b0745aec72cc955093f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:57:38 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0b4e3cd..b1207363 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: test 2>&1 | tee test.log | xcbeautify - name: Upload test log file on error - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: test.log @@ -70,7 +70,7 @@ jobs: - # Upload the generated Codecov report to the GitHub artifacts name: Upload coverage report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() with: name: coverage_report.txt