Skip to content

Commit bd63369

Browse files
authored
fix: codecov uploads failing (#1585)
1 parent d862f53 commit bd63369

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
test-package:
77
name: Test Package (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
88
runs-on: ubuntu-latest
9+
permissions:
10+
id-token: write # Required for Codecov OIDC token
911
strategy:
1012
fail-fast: false
1113
matrix:
@@ -60,9 +62,10 @@ jobs:
6062
DJANGO: ${{ matrix.django-version }}
6163

6264
- name: Upload coverage
63-
uses: codecov/codecov-action@v3
65+
uses: codecov/codecov-action@v5
6466
with:
6567
name: Python ${{ matrix.python-version }}
68+
use_oidc: true
6669

6770
test-demo-rp:
6871
name: Test Demo Relying Party

0 commit comments

Comments
 (0)