Skip to content

Commit

Permalink
chore: update codecov/codecov-action
Browse files Browse the repository at this point in the history
Correct the version number in the comment as well, this was suggesting
v4.0.1 but was in fact v5.0.7
  • Loading branch information
matijs authored and Robbert committed Jan 8, 2025
1 parent fca27e8 commit c40b215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: pnpm run test:coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v4.0.1
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit c40b215

Please sign in to comment.