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 b59b737 commit c4acb70Copy full SHA for c4acb70
.github/workflows/unit-tests.yml
@@ -49,7 +49,7 @@ jobs:
49
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "test" "Unit" ${{github.event.number}}
50
51
- name: Upload coverage to codecov
52
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
flags: unit
0 commit comments