Skip to content

Commit

Permalink
Bump upload-artifact to v4 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Sep 11, 2024
1 parent fd789c6 commit 7aca5e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ jobs:
command: "./gradlew test -x compileJni -PtestJavaVersion=${{ matrix.version }} -PtestJavaVM=${{ matrix.vm }}"
- name: Store test results
if: success() || failure()
# The test reporting workflow only supports the @v3 artifact mechanism
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.version }}-${{ matrix.vm }}
path: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 7aca5e0

Please sign in to comment.