We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffaee24 + 28ab92b commit fc7f698Copy full SHA for fc7f698
1 file changed
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
token: ${{ secrets.CODECOV_TOKEN }}
65
66
- name: Stash reports
67
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
68
if: always()
69
with:
70
name: reports-${{ matrix.java-version }}-${{ matrix.os-name }}
0 commit comments