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 ac88c62 commit e058a8fCopy full SHA for e058a8f
.github/workflows/release.yml
@@ -126,7 +126,7 @@ jobs:
126
run: |
127
echo LAYER_KIND=$(echo "${{ github.event.inputs.layer_name_keyword }}" | cut -d - -f 3) | tee --append $GITHUB_ENV
128
- name: download layerARNs
129
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
130
with:
131
name: ${{ env.LAYER_NAME }}
132
path: ${{ env.LAYER_NAME }}
@@ -275,7 +275,7 @@ jobs:
275
go-version: '~1.21.10'
276
check-latest: true
277
- name: download layer tf file
278
279
280
name: layer_${{ matrix.architecture }}.tf
281
- name: Get terraform directory
0 commit comments