File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 fail_ci_if_error : false
132132
133133 - name : Upload coverage artifacts
134- uses : actions/upload-artifact@v3
134+ uses : actions/upload-artifact@v4
135135 if : matrix.python-version == '3.11' && matrix.mongodb-version == '8.0'
136136 with :
137137 name : coverage-report
@@ -171,7 +171,7 @@ jobs:
171171 ls -la dist/
172172
173173 - name : Upload build artifacts
174- uses : actions/upload-artifact@v3
174+ uses : actions/upload-artifact@v4
175175 with :
176176 name : dist
177177 path : dist/
@@ -186,7 +186,7 @@ jobs:
186186
187187 steps :
188188 - name : Download build artifacts
189- uses : actions/download-artifact@v3
189+ uses : actions/download-artifact@v4
190190 with :
191191 name : dist
192192 path : dist/
@@ -207,7 +207,7 @@ jobs:
207207 fetch-depth : 0
208208
209209 - name : Download build artifacts
210- uses : actions/download-artifact@v3
210+ uses : actions/download-artifact@v4
211211 with :
212212 name : dist
213213 path : dist/
@@ -262,7 +262,7 @@ jobs:
262262 bandit -r pymongosql/ -f json -o bandit-report.json || true
263263
264264 - name : Upload security scan results
265- uses : actions/upload-artifact@v3
265+ uses : actions/upload-artifact@v4
266266 with :
267267 name : security-reports
268268 path : |
You can’t perform that action at this time.
0 commit comments