From 227f3a9754fc1d8f088511d5af88ff28f0806e89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 03:57:30 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index d3dd1ac..cd1944b 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -30,7 +30,7 @@ jobs: - name: Upload test results if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-reports path: ./*/build/reports/tests/