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.3.1
128
+ uses : actions/upload-artifact@v4.3.3
129
129
with :
130
130
name : coverage-linux-${{ matrix.python-version }}
131
131
path : .coverage
@@ -179,7 +179,7 @@ jobs:
179
179
. venv\\Scripts\\activate
180
180
pytest --cov
181
181
- name : Upload coverage artifact
182
- uses : actions/upload-artifact@v4.3.1
182
+ uses : actions/upload-artifact@v4.3.3
183
183
with :
184
184
name : coverage-windows-${{ matrix.python-version }}
185
185
path : .coverage
@@ -229,7 +229,7 @@ jobs:
229
229
. venv/bin/activate
230
230
pytest --cov
231
231
- name : Upload coverage artifact
232
- uses : actions/upload-artifact@v4.3.1
232
+ uses : actions/upload-artifact@v4.3.3
233
233
with :
234
234
name : coverage-pypy-${{ matrix.python-version }}
235
235
path : .coverage
You can’t perform that action at this time.
0 commit comments