From 2aeef7f90c6ea315dde425979c28d2418c4903a3 Mon Sep 17 00:00:00 2001 From: Marco Confalonieri <7748015+mconfalonieri@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:47:48 +0100 Subject: [PATCH] Updated actions/upload-artifact to v4 (#28) --- .github/workflows/test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 1a0ccf5..615c87a 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -34,7 +34,7 @@ jobs: fail-on-error: 'true' - name: Upload Reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: unit-test-reports path: ./build/reports/**