diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6545b5ddd..f56a62d48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,7 +281,7 @@ jobs: popd - name: Upload Integration Test Results - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 if: always() with: name: integration-${{ matrix.feature }} @@ -359,7 +359,7 @@ jobs: dir -r ~/release - name: Upload CLI - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 with: name: artifacts path: ~/release @@ -473,7 +473,7 @@ jobs: Get-ChildItem ~\release -Recurse - name: Upload docs - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 with: name: artifacts path: ~/release