From 741e42c86379f59590f1120b4b376633cc342106 Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Thu, 4 Jan 2024 13:39:10 +0100 Subject: [PATCH] chore: Bump upload and download artifact action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 439cefc0..da46783e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: run: ./gradlew build --stacktrace - name: Upload build reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: build-reports