Skip to content

Commit

Permalink
Bump actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolovison committed Jan 2, 2025
1 parent a22c053 commit 14754c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash
run: tar -I 'pigz -9' -cf maven-repo.tgz -C ~ .m2/repository
- name: Persist Maven Repo
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: maven-repo
path: maven-repo.tgz
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
./mvnw clean test
- name: Upload artifact for failed workflow
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test logs
path: |
Expand Down

0 comments on commit 14754c8

Please sign in to comment.