Skip to content

Commit 2ede6e1

Browse files
Bump actions/download-artifact from 4 to 7
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>
1 parent 4402f4d commit 2ede6e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- id: fetch
132132
name: Fetch artifact
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v7
134134
with:
135135
name: release-candidate
136136
path: ./dist

0 commit comments

Comments
 (0)