File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 . venv/bin/activate
126126 pytest --cov
127127 - name : Upload coverage artifact
128- uses : actions/upload-artifact@v4.4.0
128+ uses : actions/upload-artifact@v4.4.1
129129 with :
130130 name : coverage-linux-${{ matrix.python-version }}
131131 path : .coverage
@@ -180,7 +180,7 @@ jobs:
180180 . venv\\Scripts\\activate
181181 pytest --cov
182182 - name : Upload coverage artifact
183- uses : actions/upload-artifact@v4.4.0
183+ uses : actions/upload-artifact@v4.4.1
184184 with :
185185 name : coverage-windows-${{ matrix.python-version }}
186186 path : .coverage
@@ -231,7 +231,7 @@ jobs:
231231 . venv/bin/activate
232232 pytest --cov
233233 - name : Upload coverage artifact
234- uses : actions/upload-artifact@v4.4.0
234+ uses : actions/upload-artifact@v4.4.1
235235 with :
236236 name : coverage-pypy-${{ matrix.python-version }}
237237 path : .coverage
You can’t perform that action at this time.
0 commit comments