We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a735a00 commit da1bec4Copy full SHA for da1bec4
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
secrets: |
55
secret/observability-team/ci/service-account/apm-agent-python access_key_id | AWS_ACCESS_KEY_ID ;
56
secret/observability-team/ci/service-account/apm-agent-python secret_access_key | AWS_SECRET_ACCESS_KEY
57
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v3
58
with:
59
name: build-distribution
60
path: ./build
@@ -84,7 +84,7 @@ jobs:
84
url: ${{ secrets.VAULT_ADDR }}
85
roleId: ${{ secrets.VAULT_ROLE_ID }}
86
secretId: ${{ secrets.VAULT_SECRET_ID }}
87
88
89
90
0 commit comments