Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4 (#809)"
Browse files Browse the repository at this point in the history
This reverts commit 9f201ca.
  • Loading branch information
vasireddy99 authored May 16, 2024
1 parent 6f7a13c commit d539e08
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@v4
uses: actions/download-artifact@v3
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@v4
uses: actions/download-artifact@v3
with:
name: layer_${{ matrix.architecture }}.tf
- name: Get terraform directory
Expand Down

0 comments on commit d539e08

Please sign in to comment.