1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-24 08:22:18 +02:00

chore(deps): update codecov/codecov-action action to v3

This commit is contained in:
Renovate Bot 2022-04-26 03:27:30 +00:00
parent 240e01d502
commit 13765f7d5a
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -39,7 +39,7 @@ jobs:
- name: Test coverage
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
lint:
runs-on: ubuntu-latest
steps: