We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3479ae commit f6f1b36Copy full SHA for f6f1b36
.github/workflows/gradle.yml
@@ -55,10 +55,10 @@ jobs:
55
working-directory: ./tmp/performance-analyzer
56
run: ./gradlew jacocoTestReport
57
- name: Upload coverage report
58
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
62
63
name: linux-JDK${{ matrix.java }}-reports
64
path: |
0 commit comments