Skip to content

Commit

Permalink
Merge pull request #261 from Philip-21/node-actionfix
Browse files Browse the repository at this point in the history
switching node version
  • Loading branch information
theBeginner86 authored Sep 23, 2023
2 parents 14fc0ec + 5a9d5fb commit d219c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2etests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
yq e -i '.services.nginx.version="${{ steps.gettag.outputs.release }}"' ./.github/install/deploy.yaml
cat ./.github/install/deploy.yaml
- name: Uploading file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: patternfile
path: ./.github/install/deploy.yaml
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
repository: meshery/meshery
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: DownloadJSON
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: data.json
- name: Add commit SHORT_SHA
Expand Down

0 comments on commit d219c66

Please sign in to comment.