We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f9ffb commit 97d1b53Copy full SHA for 97d1b53
.github/workflows/ci.yml
@@ -281,7 +281,7 @@ jobs:
281
popd
282
283
- name: Upload Integration Test Results
284
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v3.1.2
285
if: always()
286
with:
287
name: integration-${{ matrix.feature }}
@@ -359,7 +359,7 @@ jobs:
359
dir -r ~/release
360
361
- name: Upload CLI
362
363
364
name: artifacts
365
path: ~/release
@@ -473,7 +473,7 @@ jobs:
473
Get-ChildItem ~\release -Recurse
474
475
- name: Upload docs
476
477
478
479
0 commit comments