Upload artifact V4 doesn't appear to be supported
This commit is contained in:
parent
539339fb06
commit
230ef022ce
1 changed files with 2 additions and 2 deletions
|
@ -96,9 +96,9 @@ jobs:
|
|||
needs: plan
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: hashicorp/setup-terraform@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: tfplan
|
||||
path: tfplan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue