From 1c1f7056f09ed7e1afc1f26152d498e3a4cf7fc8 Mon Sep 17 00:00:00 2001 From: Milan Barta Date: Mon, 16 Sep 2024 10:11:14 +0200 Subject: [PATCH] Fix CI (update artifact version) --- .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 b23d0d5e..8e76f32f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: run: ./gradlew testRelease - name: Archive test results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test-results-report