We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2abc38e + 9c1af94 commit a70d6acCopy full SHA for a70d6ac
.github/workflows/python-bandit.yml
@@ -26,7 +26,7 @@ jobs:
26
27
# This is optional
28
- name: Security check report artifacts
29
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
30
with:
31
name: Security report
32
path: output/security_report.txt
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
poetry build
33
34
- name: Archive the dist folder
35
- uses: actions/upload-artifact@v3
36
37
name: dist
38
path: dist
0 commit comments