Skip to content

Commit e058a8f

Browse files
--- (#926)
updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac88c62 commit e058a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
echo LAYER_KIND=$(echo "${{ github.event.inputs.layer_name_keyword }}" | cut -d - -f 3) | tee --append $GITHUB_ENV
128128
- name: download layerARNs
129-
uses: actions/download-artifact@v3
129+
uses: actions/download-artifact@v4
130130
with:
131131
name: ${{ env.LAYER_NAME }}
132132
path: ${{ env.LAYER_NAME }}
@@ -275,7 +275,7 @@ jobs:
275275
go-version: '~1.21.10'
276276
check-latest: true
277277
- name: download layer tf file
278-
uses: actions/download-artifact@v3
278+
uses: actions/download-artifact@v4
279279
with:
280280
name: layer_${{ matrix.architecture }}.tf
281281
- name: Get terraform directory

0 commit comments

Comments
 (0)