Skip to content

Commit 10336d1

Browse files
chore(deps): bump actions/upload-artifact from 4.3.1 to 6.0.0 (#13)
2 parents bd0f70a + 5b128fe commit 10336d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)