From 341685e6c475e763d7b4b7bc0e0646d3622846fd Mon Sep 17 00:00:00 2001 From: Jordi Deu-Pons Date: Mon, 23 Sep 2024 15:29:49 +0200 Subject: [PATCH] bump upload-artifact v4 Signed-off-by: Jordi Deu-Pons --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d843dc..3acbf66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: run: ./gradlew cleanTest test - name: Tests reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: linux-test-reports @@ -51,13 +51,13 @@ jobs: run: ./gradlew shadowJar - name: Upload linux native image artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tw_agent_linux path: build/native/nativeCompile/tw-agent - name: Upload fat JAR artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tw_agent_jar path: build/libs/tw-agent.jar