Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 8650b96

Browse files
chore(deps): update codecov/codecov-action action to v6
| datasource | package | from | to | | ----------- | ---------------------- | ------ | -- | | github-tags | codecov/codecov-action | v5.5.4 | v6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent be4b817 commit 8650b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: go test -count 1 -coverprofile=coverage.txt ./...
4646
- name: Upload Coverage
4747
if: ${{ matrix.platform == 'ubuntu-latest' && github.ref_name == 'main' }}
48-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
48+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
slug: grafana/k6deps

0 commit comments

Comments
 (0)