Skip to content

Commit

Permalink
build(deps): Bump codecov/test-results-action from 1.0.1 to 1.0.2
Browse files Browse the repository at this point in the history
Bumps [codecov/test-results-action](https://github.com/codecov/test-results-action) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/codecov/test-results-action/releases)
- [Commits](codecov/test-results-action@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: codecov/test-results-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 640b846 commit f06963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Gather Test Results
uses: codecov/[email protected].1
uses: codecov/[email protected].2
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit f06963f

Please sign in to comment.