diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18f07e1..aaec047 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,14 +50,14 @@ jobs: credentials_json: ${{ secrets.CLOUDBUILD_COMMON_GCP_KEY }} - name: Upload latest Python docs copy to Google Cloud Storage if: github.ref == 'refs/heads/main' - uses: google-github-actions/upload-cloud-storage@v2 + uses: google-github-actions/upload-cloud-storage@v3 with: path: python/mcpi/${{ env.DOC_STAGING_DIR }}/mcpi destination: resilient-reload-javadoc/JuicyRaspberryPie/latest process_gcloudignore: false - name: Upload versioned Python docs to Google Cloud Storage if: needs.build.outputs.release-version != '' - uses: google-github-actions/upload-cloud-storage@v2 + uses: google-github-actions/upload-cloud-storage@v3 with: path: python/mcpi/${{ env.DOC_STAGING_DIR }}/mcpi destination: resilient-reload-javadoc/JuicyRaspberryPie/${{ needs.build.outputs.release-version }}