Skip to content

Commit 083bd85

Browse files
authored
Merge pull request #2066 from db-ux-design-system/dependabot-github_actions-actions-download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 82001f5 + 7ac5e41 commit 083bd85

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)