Skip to content

Commit 65ffbb7

Browse files
chore(deps): bump codecov/codecov-action from 3 to 4 in the actions group across 1 directory (#388)
* chore(deps): bump codecov/codecov-action Bumps the actions group with 1 update in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Michael Cousins <[email protected]>
1 parent 953a4db commit 65ffbb7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
name: Node ${{ matrix.node }}, Svelte ${{ matrix.svelte }}, ${{ matrix.test-runner }}
2121
runs-on: ubuntu-latest
2222
continue-on-error: ${{ matrix.experimental }}
23+
24+
# enable OIDC for codecov uploads
25+
permissions:
26+
id-token: write
27+
2328
strategy:
2429
fail-fast: false
2530
matrix:
@@ -64,7 +69,10 @@ jobs:
6469
run: npm run types
6570

6671
- name: ⬆️ Upload coverage report
67-
uses: codecov/codecov-action@v3
72+
uses: codecov/codecov-action@v4
73+
with:
74+
use_oidc: true
75+
fail_ci_if_error: true
6876

6977
build:
7078
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)