Skip to content

Commit eae7347

Browse files
chore(deps): update dependency actions/download-artifact to version 4.x 🌟 (#1485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c82707 commit eae7347

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v3
5757

5858
- name: Download the build folders
59-
uses: actions/download-artifact@v3
59+
uses: actions/download-artifact@v4
6060
with:
6161
name: build
6262
path: build
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v3
110110

111111
- name: Download the build folders
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: build
115115
path: build
@@ -155,7 +155,7 @@ jobs:
155155
uses: actions/checkout@v3
156156

157157
- name: Download the build folders
158-
uses: actions/download-artifact@v3
158+
uses: actions/download-artifact@v4
159159
with:
160160
name: build
161161
path: build
@@ -200,7 +200,7 @@ jobs:
200200
uses: actions/checkout@v3
201201

202202
- name: Download the build folders
203-
uses: actions/download-artifact@v3
203+
uses: actions/download-artifact@v4
204204
with:
205205
name: build
206206
path: build

0 commit comments

Comments
 (0)