Skip to content

Commit

Permalink
bump download-artifact version to v4
Browse files Browse the repository at this point in the history
Signed-off-by: TusharMohapatra07 <[email protected]>
  • Loading branch information
TusharMohapatra07 committed Dec 11, 2024
1 parent 4984ec4 commit 3e4fab1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
repository: meshery/meshery
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: DownloadJSON
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: data.json
name: data-servicemesh-install.json
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down Expand Up @@ -198,9 +198,9 @@ jobs:
repository: meshery/meshery
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: DownloadJSON
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: data.json
name: data-servicemesh-addon.json
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down Expand Up @@ -313,9 +313,9 @@ jobs:
repository: meshery/meshery
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: DownloadJSON
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: data.json
name: data-servicemesh-sample-app.json
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down

0 comments on commit 3e4fab1

Please sign in to comment.