We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a80a10 + f1c835d commit aec9a12Copy full SHA for aec9a12
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
token: ${{ secrets.CODECOV_TOKEN }}
46
flags: java-${{ matrix.java }}-${{ matrix.os }}
47
- name: Save reports
48
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
49
if: ${{ failure() }}
50
with:
51
name: reports-${{ matrix.os }}-${{ matrix.java }}
0 commit comments