Skip to content

Commit c2da5f2

Browse files
build(deps): bump actions/download-artifact from 5 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95ac610 commit c2da5f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ jobs:
158158

159159
- name: Download all workflow run artifacts
160160
if: ${{ inputs.debug }}
161-
uses: actions/download-artifact@v5
161+
uses: actions/download-artifact@v7

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ jobs:
195195

196196
- name: Download all workflow run artifacts.
197197
if: ${{ inputs.debug }}
198-
uses: actions/download-artifact@v5
198+
uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)