We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f6d88 commit 2e250ceCopy full SHA for 2e250ce
1 file changed
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
twine check dist/*
87
88
- name: Upload build artifacts
89
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
90
with:
91
name: dist
92
path: dist/
@@ -109,7 +109,7 @@ jobs:
109
110
- name: Run safety check
111
run: |
112
- safety check
+ safety scan --full-report
113
114
- name: Run bandit security check
115
0 commit comments