Skip to content

Commit 2e6eb76

Browse files
author
Peng Ren
committed
update release wf
1 parent afc99a8 commit 2e6eb76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)