Skip to content

Commit

Permalink
Bump actions/upload-artifact@4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla authored and ryanemerson committed Dec 12, 2024
1 parent 537e002 commit 3d08dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./mvnw -B verify -Dmaven.test.failure.ignore=true -Dansi.strip=true

- name: Test Logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
if: success() || failure()
with:
name: jdk17-test-results
Expand Down

0 comments on commit 3d08dd3

Please sign in to comment.