Skip to content

Commit 16502b2

Browse files
authored
Merge pull request #14 from kaatinga/robot-works-2024-04-28T100254+0200
Merging PR
2 parents 74a9ec9 + 68cf2b1 commit 16502b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run coverage
2626
run: go test -coverprofile=coverage.txt -covermode=atomic
2727
- name: Upload coverage reports to Codecov
28-
uses: codecov/codecov-action@v4.3.0
28+
uses: codecov/codecov-action@v4
2929
continue-on-error: true
3030
env:
3131
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)