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.
1 parent b1c5580 commit 116fadeCopy full SHA for 116fade
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
reporter: java-junit
47
48
- name: Publish Coverage Report
49
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
50
if: github.repository == 'coditory/quark-context' && github.ref == 'refs/heads/main'
51
continue-on-error: true
52
with:
0 commit comments