diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index 94b71fa5fa..acb41c1dfc 100644 --- a/.github/workflows/NIGHTLY.yml +++ b/.github/workflows/NIGHTLY.yml @@ -95,7 +95,7 @@ jobs: run: npm run build -- --win - name: Upload artifact to Camunda Download Center - uses: camunda/infra-global-github-actions/download-center-upload@8a63df982d45839d3f3cc5c32e074b3183f6f694 + uses: camunda/infra-global-github-actions/download-center-upload@a6261098b91e48a8db1802a58af5191eb498630c with: gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }} env: 'prod' diff --git a/.github/workflows/PUBLISH_RELEASE.yml b/.github/workflows/PUBLISH_RELEASE.yml index 2a10c1555f..ebc74a48a0 100644 --- a/.github/workflows/PUBLISH_RELEASE.yml +++ b/.github/workflows/PUBLISH_RELEASE.yml @@ -28,7 +28,7 @@ jobs: secrets: | secret/data/common/jenkins/downloads-camunda-cloud_google_sa_key DOWNLOAD_CENTER_GCLOUD_KEY_BYTES | GCP_CREDENTIALS_NAME; - name: Upload artifacts to Camunda Download Center - uses: camunda/infra-global-github-actions/download-center-upload@8a63df982d45839d3f3cc5c32e074b3183f6f694 + uses: camunda/infra-global-github-actions/download-center-upload@a6261098b91e48a8db1802a58af5191eb498630c with: gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }} env: 'prod'