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 d7ada32 commit 6494405Copy full SHA for 6494405
.github/workflows/build.yml
@@ -38,6 +38,6 @@ jobs:
38
- name: Run unit tests
39
run: make test
40
- name: Upload coverage to codecov.io
41
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
42
env:
43
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments