Skip to content

Commit

Permalink
Fix github upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Jan 31, 2025
1 parent 3e54288 commit 935a115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build and Test with Maven
run: ./mvnw $MAVEN_CLI_OPTS clean verify
- name: Upload Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
Expand Down

0 comments on commit 935a115

Please sign in to comment.