Skip to content

Commit

Permalink
bump upload-artifact v4
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Deu-Pons <[email protected]>
  • Loading branch information
jordeu committed Sep 23, 2024
1 parent ef9916d commit 341685e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 341685e

Please sign in to comment.