Skip to content

Commit

Permalink
Bump upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso committed Sep 15, 2024
1 parent cb79208 commit 9e6497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results - JDK ${{ matrix.java-version }} on ${{ matrix.os }}
path: target/surefire-reports/*.xml
Expand Down

0 comments on commit 9e6497d

Please sign in to comment.