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

This commit is contained in:
2026-06-15 15:42:57 -03:00
parent daed3c2909
commit 0582b691c5
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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