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