Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4 to 5 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 9f5f561 commit 92117f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: go version
- run: go mod download # Not required, used to segregate module download vs test times
- run: make test exclude="(kafkaclient|testhelper)"
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
test-package:
name: Test package
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
run: |
name=$(echo -n "${{ matrix.package }}" | sed -e 's/[ \t:\/\\"<>|*?]/-/g' -e 's/--*/-/g')
echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5

0 comments on commit 92117f7

Please sign in to comment.