Skip to content

Commit

Permalink
Merge pull request #569 from xstefank/upload-artifactv4
Browse files Browse the repository at this point in the history
Bump upload-artifact action to v4
  • Loading branch information
xstefank authored Sep 18, 2024
2 parents c6b5e63 + 91e0703 commit 5fc987b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ jobs:
check-latest: true
- name: Build and Test with Java ${{ matrix.java.name }}
run: mvn -B javadoc:javadoc formatter:validate verify
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: TCK report
with:
name: tck-report
path: testsuite/tck/target/surefire-reports
overwrite: 'true'

quality:
needs: [build]
Expand Down

0 comments on commit 5fc987b

Please sign in to comment.