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 5fbf6ae commit 63f5ab7Copy full SHA for 63f5ab7
.github/workflows/ci.yml
@@ -242,7 +242,7 @@ jobs:
242
popd
243
244
- name: Upload Integration Test Results
245
- uses: actions/upload-artifact@v2.3.1
+ uses: actions/upload-artifact@v3.1.0
246
if: always()
247
with:
248
name: integration-${{ matrix.feature }}
@@ -321,7 +321,7 @@ jobs:
321
dir -r ~/release
322
323
- name: Upload CLI
324
325
326
name: artifacts
327
path: ~/release
@@ -435,7 +435,7 @@ jobs:
435
Get-ChildItem ~\release -Recurse
436
437
- name: Upload docs
438
439
440
441
0 commit comments