Skip to content

Commit 1f82a03

Browse files
authored
Update versions used for validate-pr workflow
1 parent aed39f4 commit 1f82a03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate-pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Download artifacts
5252
working-directory: ./clients-flight-recorder
5353
run: |
54-
node scripts/upload-recording/download.js --branch master
55-
node scripts/clone-elasticsearch/index.js --version 8.2.0-SNAPSHOT
54+
node scripts/upload-recording/download.js --branch latest
55+
node scripts/clone-elasticsearch/index.js --version 8.4-SNAPSHOT
5656
env:
5757
GCS_CREDENTIALS: ${{ secrets.GCS_CREDENTIALS }}
5858

@@ -67,4 +67,4 @@ jobs:
6767

6868
- name: Run validation
6969
working-directory: ./elasticsearch-specification
70-
run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} --version 8.2.0-SNAPSHOT
70+
run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} --version 8.4-SNAPSHOT

0 commit comments

Comments
 (0)