diff --git a/.github/workflows/integration-tests-release.yaml b/.github/workflows/integration-tests-release.yaml index 9a341cb93..f6b499515 100644 --- a/.github/workflows/integration-tests-release.yaml +++ b/.github/workflows/integration-tests-release.yaml @@ -300,7 +300,7 @@ jobs: working-directory: build/${{ steps.compute_next_version.outputs.RELEASE_VERSION }} # Helm Release - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: google-github-actions/setup-gcloud@master with: version: '290.0.1' project_id: ${{ secrets.GCP_PROJECT_ID }} @@ -333,4 +333,4 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' env: GHR_PATH: build/k8ssandra-${{ env.RELEASE_VERSION }}.tgz - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}