diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index a28dcea918..c10e4534eb 100644 --- a/.github/workflows/NIGHTLY.yml +++ b/.github/workflows/NIGHTLY.yml @@ -96,7 +96,7 @@ jobs: run: npm run build -- --win - name: Upload artifact to Camunda Download Center - uses: camunda/infra-global-github-actions/download-center-upload@dd24aca70d2b175ef5b571ad8ea5ef00683f4ae4 + uses: camunda/infra-global-github-actions/download-center-upload@2ecf796bc03ddb1df35c89a07d49988b9440f867 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 6a5e4bffc4..5cb644797c 100644 --- a/.github/workflows/PUBLISH_RELEASE.yml +++ b/.github/workflows/PUBLISH_RELEASE.yml @@ -30,7 +30,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@dd24aca70d2b175ef5b571ad8ea5ef00683f4ae4 + uses: camunda/infra-global-github-actions/download-center-upload@2ecf796bc03ddb1df35c89a07d49988b9440f867 with: gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }} env: 'prod'