diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index 281b43e847..01d13470b0 100644 --- a/.github/workflows/NIGHTLY.yml +++ b/.github/workflows/NIGHTLY.yml @@ -91,7 +91,7 @@ jobs: secrets: | secret/data/common/jenkins/downloads-camunda-cloud_google_sa_key DOWNLOAD_CENTER_GCLOUD_KEY_BYTES | GCP_CREDENTIALS_NAME; - name: Upload artifact to Camunda Download Center - uses: camunda/infra-global-github-actions/download-center-upload@04345962740339dec2660ae7d63aabfe519b3709 + uses: camunda/infra-global-github-actions/download-center-upload@2fa57e0d58fdbec54b44f9ad71ae1882b82a6a59 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 071149129b..da4d5d4022 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@04345962740339dec2660ae7d63aabfe519b3709 + uses: camunda/infra-global-github-actions/download-center-upload@2fa57e0d58fdbec54b44f9ad71ae1882b82a6a59 with: gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }} env: 'prod'