Skip to content

Commit 831202a

Browse files
Merge pull request meshery#8856 from Philip-21/artifactnodeaction-fix
updating node versions workflow actions
2 parents 2998b9c + 9613cc6 commit 831202a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2etest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout Code
24-
uses: actions/checkout@v2.5.0
24+
uses: actions/checkout@v3
2525
- name: Uploading file
2626
uses: actions/upload-artifact@v3
2727
with:

.github/workflows/test_adaptersv2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
config='{"contexts":{"local":{"endpoint":'$svcip',"token":"default","platform":"kubernetes","adapters":[],"channel":"stable","version":"latest"}},"current-context":"local","tokens":[{"location":"auth.json","name":"default"}]}'
165165
echo $config > ~/.meshery/config.yaml
166166
- name: Download patternfile
167-
uses: actions/download-artifact@v2
167+
uses: actions/download-artifact@v3
168168
with:
169169
name: patternfile
170170
- name: Wait for Meshery pods to come up
@@ -260,7 +260,7 @@ jobs:
260260
echo $(jq '.metadata."meshery-server-version" |="'$MESHERY_VERSION'"' data.json ) > data.json
261261
echo "exitstatus=$exitstatus" >> $GITHUB_ENV
262262
- name: UploadResults
263-
uses: actions/upload-artifact@v2
263+
uses: actions/upload-artifact@v3
264264
with:
265265
name: ${{ inputs.output_filename }}
266266
path: ./${{ inputs.output_filename }}

0 commit comments

Comments
 (0)