File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
. venv/bin/activate
126
126
pytest --cov
127
127
- name : Upload coverage artifact
128
- uses : actions/upload-artifact@v4.4.0
128
+ uses : actions/upload-artifact@v4.4.1
129
129
with :
130
130
name : coverage-linux-${{ matrix.python-version }}
131
131
path : .coverage
@@ -180,7 +180,7 @@ jobs:
180
180
. venv\\Scripts\\activate
181
181
pytest --cov
182
182
- name : Upload coverage artifact
183
- uses : actions/upload-artifact@v4.4.0
183
+ uses : actions/upload-artifact@v4.4.1
184
184
with :
185
185
name : coverage-windows-${{ matrix.python-version }}
186
186
path : .coverage
@@ -231,7 +231,7 @@ jobs:
231
231
. venv/bin/activate
232
232
pytest --cov
233
233
- name : Upload coverage artifact
234
- uses : actions/upload-artifact@v4.4.0
234
+ uses : actions/upload-artifact@v4.4.1
235
235
with :
236
236
name : coverage-pypy-${{ matrix.python-version }}
237
237
path : .coverage
You can’t perform that action at this time.
0 commit comments