We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed39f4 commit 1f82a03Copy full SHA for 1f82a03
.github/workflows/validate-pr.yml
@@ -51,8 +51,8 @@ jobs:
51
- name: Download artifacts
52
working-directory: ./clients-flight-recorder
53
run: |
54
- node scripts/upload-recording/download.js --branch master
55
- node scripts/clone-elasticsearch/index.js --version 8.2.0-SNAPSHOT
+ node scripts/upload-recording/download.js --branch latest
+ node scripts/clone-elasticsearch/index.js --version 8.4-SNAPSHOT
56
env:
57
GCS_CREDENTIALS: ${{ secrets.GCS_CREDENTIALS }}
58
@@ -67,4 +67,4 @@ jobs:
67
68
- name: Run validation
69
working-directory: ./elasticsearch-specification
70
- run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} --version 8.2.0-SNAPSHOT
+ run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} --version 8.4-SNAPSHOT
0 commit comments