Skip to content

Commit 2e250ce

Browse files
committed
upgrade cicd
1 parent 84f6d88 commit 2e250ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
twine check dist/*
8787
8888
- name: Upload build artifacts
89-
uses: actions/upload-artifact@v3
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: dist
9292
path: dist/
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Run safety check
111111
run: |
112-
safety check
112+
safety scan --full-report
113113
114114
- name: Run bandit security check
115115
run: |

0 commit comments

Comments
 (0)