Skip to content

Commit

Permalink
--- (#926)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent ac88c62 commit e058a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: |
echo LAYER_KIND=$(echo "${{ github.event.inputs.layer_name_keyword }}" | cut -d - -f 3) | tee --append $GITHUB_ENV
- name: download layerARNs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.LAYER_NAME }}
path: ${{ env.LAYER_NAME }}
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
go-version: '~1.21.10'
check-latest: true
- name: download layer tf file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: layer_${{ matrix.architecture }}.tf
- name: Get terraform directory
Expand Down

0 comments on commit e058a8f

Please sign in to comment.