Skip to content

Commit 85c5f08

Browse files
authored
Merge pull request #1139 from oasisprotocol/dependabot/github_actions/codecov/codecov-action-5.5.0
ci: bump codecov/codecov-action from 5.4.3 to 5.5.0
2 parents 4808958 + 0e009cb commit 85c5f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
go mod tidy -v -x -compat=1.24 # goreleaser does the same; can find lingering issues
6464
echo TIDY RESULTS START; git diff || true; echo TIDY RESULTS END
6565
- name: Upload to codecov.io
66-
uses: codecov/codecov-action@v5.4.3
66+
uses: codecov/codecov-action@v5.5.0
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
file: ./coverage.txt

0 commit comments

Comments
 (0)