File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156
157157 - name : Upload pip-audit report
158158 if : always()
159- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
159+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
160160 with :
161161 name : pip-audit-report
162162 path : pip-audit-report.json
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Upload bandit report
171171 if : always()
172- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
172+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
173173 with :
174174 name : bandit-report
175175 path : bandit-report.json
@@ -212,7 +212,7 @@ jobs:
212212 twine check dist/*
213213
214214 - name : Upload build artifacts
215- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
215+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
216216 with :
217217 name : dist-packages
218218 path : dist/
You can’t perform that action at this time.
0 commit comments