Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mpe85 committed Nov 22, 2024
1 parent d6647ec commit 9517439
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 @@ -21,5 +21,5 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- run: go test -race -coverprofile coverage.out -covermode atomic ./...
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: matrix.go-version == '1.23' && matrix.os == 'ubuntu-latest'

0 comments on commit 9517439

Please sign in to comment.