From c45490dd0b9c99c18f6715d03562e43e51dfe408 Mon Sep 17 00:00:00 2001 From: IgorFilimonov Date: Thu, 12 Sep 2024 20:38:59 +0300 Subject: [PATCH] Updated to v4 of the actions to upload and download artifacts --- .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 bd766bd..aa42118 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: ${{ runner.os }}-gradle - name: Test run: ./gradlew :clean :test -Pheadless=true - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: ${{ success() || failure() }} with: name: reports