Skip to content

Commit bc6ea33

Browse files
committed
fix: update actions/download-artifact to version 4 in e2etests workflow
Signed-off-by: devhindo <lildevhind@gmail.com>
1 parent b7e575e commit bc6ea33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2etests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
repository: meshery/meshery
8484
token: ${{ secrets.GH_ACCESS_TOKEN }}
8585
- name: DownloadJSON
86-
uses: actions/download-artifact@v3
86+
uses: actions/download-artifact@v4
8787
with:
8888
name: data.json
8989
- name: Add commit SHORT_SHA
@@ -198,7 +198,7 @@ jobs:
198198
repository: meshery/meshery
199199
token: ${{ secrets.GH_ACCESS_TOKEN }}
200200
- name: DownloadJSON
201-
uses: actions/download-artifact@v3
201+
uses: actions/download-artifact@v4
202202
with:
203203
name: data.json
204204
- name: Add commit SHORT_SHA
@@ -313,7 +313,7 @@ jobs:
313313
repository: meshery/meshery
314314
token: ${{ secrets.GH_ACCESS_TOKEN }}
315315
- name: DownloadJSON
316-
uses: actions/download-artifact@v3
316+
uses: actions/download-artifact@v4
317317
with:
318318
name: data.json
319319
- name: Add commit SHORT_SHA

0 commit comments

Comments
 (0)