Skip to content

Commit 9612ff3

Browse files
authored
Merge pull request #337 from gopasspw/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 1c71024 + f10fc2c commit 9612ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Upload coverage to Codecov
4040
# Docs: https://github.com/marketplace/actions/codecov
41-
uses: codecov/codecov-action@v5
41+
uses: codecov/codecov-action@v6
4242
if: ${{ env.CODECOV_TOKEN != '' }}
4343
env:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)