Skip to content

Commit 346d067

Browse files
committed
Fix CLI versions
1 parent f71067b commit 346d067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/debug-artifacts-safe.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Check expected artifacts exist
7272
shell: bash
7373
run: |
74-
VERSIONS="stable-v2.15.5 stable-v2.16.6 stable-v2.17.6 stable-v2.18.4 stable-v2.19.4 default linked nightly-latest"
74+
VERSIONS="stable-v2.20.3 default linked nightly-latest"
7575
LANGUAGES="cpp csharp go java javascript python"
7676
for version in $VERSIONS; do
7777
pushd "./my-debug-artifacts-${version//./}"

0 commit comments

Comments
 (0)