Skip to content

Commit

Permalink
chore: artifact actions versions update (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y authored Nov 26, 2024
1 parent 41d36be commit 57146b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: mvn test
- name: Persist Java tests reports
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Test reports
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: mvn --batch-mode --update-snapshots test
- name: Persist Java tests reports
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Test reports
path: |
Expand Down

0 comments on commit 57146b4

Please sign in to comment.