Skip to content

Commit 9a063db

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 663a22c commit 9a063db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MjmlVisualizer
1+
name: MjmlVisualizer
22

33
on:
44
push:
@@ -46,7 +46,7 @@ jobs:
4646
environment: Release
4747
steps:
4848
- name: Download artifact
49-
uses: actions/download-artifact@v4
49+
uses: actions/download-artifact@v7
5050
with:
5151
merge-multiple: true
5252

0 commit comments

Comments
 (0)