Skip to content

Commit 18a5b1a

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#2274)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea3fdc2 commit 18a5b1a

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
@@ -59,19 +59,19 @@ jobs:
5959
uses: actions/checkout@v5
6060

6161
- name: ⬇ Download build angular
62-
uses: actions/download-artifact@v5
62+
uses: actions/download-artifact@v6
6363
with:
6464
name: angular-example
6565
path: ./build/angular-example
6666

6767
- name: ⬇ Download build react
68-
uses: actions/download-artifact@v5
68+
uses: actions/download-artifact@v6
6969
with:
7070
name: react-example
7171
path: ./build/react-example
7272

7373
- name: ⬇ Download build vue
74-
uses: actions/download-artifact@v5
74+
uses: actions/download-artifact@v6
7575
with:
7676
name: vue-example
7777
path: ./build/vue-example

0 commit comments

Comments
 (0)