From 0582b691c589b0025a0f7a5983846af88382d859 Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Mon, 15 Jun 2026 15:42:57 -0300 Subject: [PATCH] fix: upload actions versions compatible with gitea --- .github/workflows/cd-main.yml | 4 ++-- .github/workflows/cd-pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-main.yml b/.github/workflows/cd-main.yml index 381c169..9cf6c0a 100644 --- a/.github/workflows/cd-main.yml +++ b/.github/workflows/cd-main.yml @@ -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 diff --git a/.github/workflows/cd-pr.yml b/.github/workflows/cd-pr.yml index 4fd680d..22f5c6e 100644 --- a/.github/workflows/cd-pr.yml +++ b/.github/workflows/cd-pr.yml @@ -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