Skip to content

Commit

Permalink
Merge pull request #402 from nextcloud/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5.0.0

chore(deps): Bump codecov/codecov-action from 4.5.0 to 5.0.0
  • Loading branch information
juliusknorr authored Nov 15, 2024
2 parents 50dafb5 + 948cf7a commit dfb7c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: npm run test:coverage --if-present

- name: Collect coverage
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
with:
files: ./coverage/lcov.info

Expand Down

0 comments on commit dfb7c3b

Please sign in to comment.