Skip to content

Commit 4eb3b80

Browse files
Merge pull request #16758 from nextcloud/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6
2 parents aba9f9e + a33576e commit 4eb3b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "test" "Unit" ${{github.event.number}}
5050

5151
- name: Upload coverage to codecov
52-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
52+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}
5555
flags: unit

0 commit comments

Comments
 (0)