Skip to content

Commit fc3f1f4

Browse files
dependabot[bot]skst
authored andcommitted
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 5615e58 commit fc3f1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
# Download publish artifact from previous job
203203
# https://github.com/marketplace/actions/download-a-build-artifact
204204
- name: 📥 Download deployment folder as a build artifact
205-
uses: actions/download-artifact@v5
205+
uses: actions/download-artifact@v7
206206
with:
207207
name: ${{env.ARTIFACT_PACKAGE}}
208208
path: ./release/

0 commit comments

Comments
 (0)