diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e19342f27..d356c7478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -531,7 +531,7 @@ jobs: project_id: kittycadapi - name: Upload release files to public bucket - uses: google-github-actions/upload-cloud-storage@v2.1.0 + uses: google-github-actions/upload-cloud-storage@v2.1.1 with: path: artifact glob: '*/Zoo*' @@ -539,13 +539,13 @@ jobs: destination: ${{ env.BUCKET_DIR }}/${{ env.VERSION }} - name: Upload update endpoint to public bucket - uses: google-github-actions/upload-cloud-storage@v2.1.0 + uses: google-github-actions/upload-cloud-storage@v2.1.1 with: path: last_update.json destination: ${{ env.BUCKET_DIR }} - name: Upload download endpoint to public bucket - uses: google-github-actions/upload-cloud-storage@v2.1.0 + uses: google-github-actions/upload-cloud-storage@v2.1.1 with: path: last_download.json destination: ${{ env.BUCKET_DIR }}