Skip to content

Commit 4da89cc

Browse files
chore(deps): update codecov/codecov-action action to v5 (open-telemetry#2601)
Co-authored-by: Marc Pichler <[email protected]>
1 parent b641e1b commit 4da89cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
run: npm run test:ci:changed
172172
- name: Report Coverage
173173
if: ${{ matrix.code-coverage && !cancelled()}}
174-
uses: codecov/codecov-action@v4
174+
uses: codecov/codecov-action@v5
175175
env:
176176
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
177177
with:
@@ -207,7 +207,7 @@ jobs:
207207
- name: Unit tests
208208
run: npm run test:browser
209209
- name: Report Coverage
210-
uses: codecov/codecov-action@v4
210+
uses: codecov/codecov-action@v5
211211
env:
212212
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
213213
with:

0 commit comments

Comments
 (0)