File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 coverage run --source=npe2 -m pytest --color yes
5454
5555 - name : Upload coverage as artifact
56- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
56+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5757 with :
5858 name : coverage reports ${{ matrix.platform }} py ${{ matrix.python-version }} ${{ (matrix.pydantic == 'pydantic<2' && 'pydantic_lt_2') || 'pydantic_gt_2' }}
5959 path : |
@@ -136,7 +136,7 @@ jobs:
136136 pip install codecov
137137
138138 - name : Download coverage data
139- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
139+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
140140 with :
141141 pattern : coverage reports*
142142 path : coverage
You can’t perform that action at this time.
0 commit comments