File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 51
51
52
52
steps :
53
53
- name : Download all the dists
54
- uses : actions/download-artifact@v4
54
+ uses : actions/download-artifact@v5
55
55
with :
56
56
name : python-package-distributions
57
57
path : dist/
70
70
71
71
steps :
72
72
- name : Download all the dists
73
- uses : actions/download-artifact@v4
73
+ uses : actions/download-artifact@v5
74
74
with :
75
75
name : python-package-distributions
76
76
path : dist/
Original file line number Diff line number Diff line change 59
59
DJANGO : ${{ matrix.django-version }}
60
60
- name : Upload coverage reports to Codecov
61
61
if : ${{ matrix.python-version != 'pypy-3.11' }}
62
+ env :
63
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
62
64
uses : codecov/codecov-action@v5
63
65
with :
64
66
fail_ci_if_error : true # optional (default = false)
You can’t perform that action at this time.
0 commit comments