Skip to content

Commit badbf24

Browse files
authored
Merge pull request #48 from leaseweb/dependabot/github_actions/all-github-actions-5d055083c8
🌱 Bump codecov/codecov-action from 4.6.0 to 5.1.2 in the all-github-actions group across 1 directory
2 parents 4ac942c + 54a7b97 commit badbf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Run go test with coverage
1919
run: COVER_PROFILE=coverage.txt make test
2020
- name: Codecov upload
21-
uses: codecov/codecov-action@v4.6.0
21+
uses: codecov/codecov-action@v5.4.2
2222
with:
2323
files: ./cover.out

0 commit comments

Comments
 (0)