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 40329f0 commit f81ea04Copy full SHA for f81ea04
.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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
flags: unit
0 commit comments