fix: upload actions versions compatible with gitea
Pull Request CI-Frontend / Checks (pull_request) Successful in 3m2s
Pull Request CI-Frontend / Build & Push (pull_request) Successful in 1m51s
Pull Request CI-Backend / Checks (pull_request) Successful in 6m51s
staging/deploy PR #2 staging ready
Pull Request CI-Backend / Build & Push (pull_request) Successful in 3m42s
Pull Request CI-Frontend / Checks (pull_request) Successful in 3m2s
Pull Request CI-Frontend / Build & Push (pull_request) Successful in 1m51s
Pull Request CI-Backend / Checks (pull_request) Successful in 6m51s
staging/deploy PR #2 staging ready
Pull Request CI-Backend / Build & Push (pull_request) Successful in 3m42s
This commit is contained in:
@@ -124,7 +124,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Upload plan artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tfplan
|
||||
path: terraform/tfplan
|
||||
@@ -148,7 +148,7 @@ jobs:
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
|
||||
- name: Download plan artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: tfplan
|
||||
path: terraform
|
||||
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Upload plan artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tfplan
|
||||
path: terraform-stg/tfplan
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
|
||||
- name: Download plan artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: tfplan
|
||||
path: terraform-stg
|
||||
|
||||
Reference in New Issue
Block a user