Skip to content

Commit 05e5744

Browse files
Bump actions/download-artifact from 4 to 7 (#17)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdd3c88 commit 05e5744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
id-token: write
104104
if: github.event_name != 'pull_request'
105105
steps:
106-
- uses: actions/download-artifact@v4
106+
- uses: actions/download-artifact@v7
107107

108108
- name: Organize files for upload
109109
run: |

0 commit comments

Comments
 (0)