Update ci.yml
ci: fix deprecated upload-artifact action (v3 → v4)
This commit is contained in:
parent
2a84cd2865
commit
d06277f53e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
|
||||
- name: Upload Bandit results
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: bandit-results
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue