Skip to content

Commit 419655f

Browse files
Merge pull request #1772 from skaut/dependabot/github_actions/codecov/codecov-action-6.0.0
Bump codecov/codecov-action from 5.5.3 to 6.0.0
2 parents 921fd2c + d663e55 commit 419655f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
npm run test-coverage
7676
7777
- name: "Upload coverage results"
78-
uses: codecov/codecov-action@v5.5.3
78+
uses: codecov/codecov-action@v6.0.0
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
fail_ci_if_error: true

0 commit comments

Comments
 (0)