Skip to content

Commit 64a9045

Browse files
⬆️ #5: Upgrade codecov/codecov-action action to v4.6.0
1 parent ad960b6 commit 64a9045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: lint-test project
2424
run: npm run lint
2525
- name: Upload coverage reports to Codecov
26-
uses: codecov/codecov-action@v4.5.0
26+
uses: codecov/codecov-action@v4.6.0
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
run-format:

0 commit comments

Comments
 (0)