Skip to content

Commit 8e5f881

Browse files
authored
upgrade actions/upload-artifact to v4 since v3 is deprecated
1 parent 27bf549 commit 8e5f881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
bandit -r . -f json -o bandit-report.json || true
8686
8787
- name: Upload bandit report
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4
8989
if: always()
9090
with:
9191
name: bandit-security-report

0 commit comments

Comments
 (0)