Skip to content

Commit 1b1e852

Browse files
authored
Merge pull request #183 from release-engineering/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents 94983c4 + b8df986 commit 1b1e852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
|| exit_code=$?
154154
exit $exit_code
155155
- name: Store OWASP report
156-
uses: actions/upload-artifact@v6
156+
uses: actions/upload-artifact@v7
157157
if: always()
158158
with:
159159
name: owasp-report

0 commit comments

Comments
 (0)