Skip to content

Commit 7ac5e41

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ jobs:
5454
uses: actions/checkout@v4
5555

5656
- name: ⬇ Download build angular
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v5
5858
with:
5959
name: angular18-example
6060
path: ./build/angular18-example
6161

6262
- name: ⬇ Download build react
63-
uses: actions/download-artifact@v4
63+
uses: actions/download-artifact@v5
6464
with:
6565
name: react-example
6666
path: ./build/react-example
6767

6868
- name: ⬇ Download build vue
69-
uses: actions/download-artifact@v4
69+
uses: actions/download-artifact@v5
7070
with:
7171
name: vue-example
7272
path: ./build/vue-example

0 commit comments

Comments
 (0)