Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5.3.0 (#3081)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 4055297 commit b5753f6
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 @@ -82,7 +82,7 @@ jobs:
FLAGNAME=$(echo "${{ matrix.package.name }}" | sed -n -e 's/^.*\///p')
echo "::set-output name=flagname::${FLAGNAME}"
- name: Upload coverage to Codecov Monorepo
uses: codecov/codecov-action@v5.2.0
uses: codecov/codecov-action@v5.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit #${{ steps.flagname.outputs.flagname }}
Expand Down

0 comments on commit b5753f6

Please sign in to comment.