diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f2935b1c..11e235076 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: working-directory: build - name: 'Get service account' - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v3.0.0 with: url: ${{ secrets.VAULT_ADDR }} roleId: ${{ secrets.VAULT_ROLE_ID }} @@ -62,12 +62,12 @@ jobs: secret/observability-team/ci/apm-agent-php-bucket service-account | SERVICE_ACCOUNT ; - name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ env.SERVICE_ACCOUNT }}' - id: 'upload-file' - uses: 'google-github-actions/upload-cloud-storage@v1' + uses: 'google-github-actions/upload-cloud-storage@v2' with: path: "${{ env.BUILD_PACKAGES }}.zip" destination: "${{ env.BUCKET_NAME }}/${{ github.run_id }}"