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