Update codecov/codecov-action action to v5 (#94)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-18 15:43:06 +02:00 committed by GitHub
parent 6e2211e4d6
commit 6a180b7cde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ jobs:
run: | run: |
earthly +test --GO_VERSION=${{ matrix.go-version }} earthly +test --GO_VERSION=${{ matrix.go-version }}
- name: Codecov - name: Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
env: env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with: with: