We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 602fa0f + 5ba10c1 commit 8f6e5b3Copy full SHA for 8f6e5b3
1 file changed
.github/workflows/unit_tests.yml
@@ -86,7 +86,7 @@ jobs:
86
gpg --keyserver keyserver.ubuntu.com --recv-keys 806BB28AED779869
87
88
- name: Upload coverage to Codecov
89
- uses: codecov/codecov-action@v5.5.3
+ uses: codecov/codecov-action@v6.0.0
90
with:
91
token: ${{ secrets.CODECOV_TOKEN }}
92
files: ./coverage.xml
0 commit comments