Skip to content

Commit 8b8b411

Browse files
authored
Merge pull request #1901 from neicnordic/dependabot/github_actions/release_v1/codecov/codecov-action-5.5.0
[release_v1]: Bump codecov/codecov-action from 5.4.3 to 5.5.0
2 parents fdeb424 + 552b06b commit 8b8b411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
go test -v -coverprofile=coverage.txt -covermode=atomic ./...
6161
6262
- name: Codecov
63-
uses: codecov/codecov-action@v5.4.3
63+
uses: codecov/codecov-action@v5.5.0
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
file: ./sda-download/coverage.txt
@@ -98,7 +98,7 @@ jobs:
9898
go test -v -coverprofile=coverage.txt -covermode=atomic ./...
9999
100100
- name: Codecov
101-
uses: codecov/codecov-action@v5.4.3
101+
uses: codecov/codecov-action@v5.5.0
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}
104104
file: ./sda/coverage.txt

0 commit comments

Comments
 (0)