Skip to content

Commit dcf7567

Browse files
committed
deps: Bump codecov-action from 4 to 5
1 parent 7d39204 commit dcf7567

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/api-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: API Pull Request
22

33
permissions:
4-
contents: read # For actions/checkout
5-
id-token: write # For Codecov OIDC
4+
contents: read # For actions/checkout
5+
id-token: write # For Codecov OIDC
66

77
on:
88
pull_request:
@@ -80,7 +80,7 @@ jobs:
8080
run: make test
8181

8282
- name: Upload Coverage
83-
uses: codecov/codecov-action@v4
83+
uses: codecov/codecov-action@v5
8484
env:
8585
PYTHON: ${{ matrix.python-version }}
8686
with:

.github/workflows/api-tests-with-private-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: API Pull Request with Private Packages
22

33
permissions:
4-
contents: read # For actions/checkout
5-
id-token: write # For Codecov OIDC
4+
contents: read # For actions/checkout
5+
id-token: write # For Codecov OIDC
66

77
on:
88
pull_request:
@@ -66,7 +66,7 @@ jobs:
6666
run: make test
6767

6868
- name: Upload Coverage
69-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7070
env:
7171
PRIVATE_PACKAGES: "true"
7272
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)