From d948b7e7299e1ac83385fcf2d6baf96803dabe11 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 25 Nov 2025 13:16:00 -0500 Subject: [PATCH] Switching artifact actions... --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 378eef2..e3ecf79 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -153,7 +153,7 @@ jobs: out: cloudflare.tfplan - name: Upload Tofu Plan as artifact - uses: actions/upload-artifact@v4 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: cloudflare-tfplan path: cloudflare/cloudflare.tfplan @@ -279,7 +279,7 @@ jobs: uses: actions/checkout@v4 - name: Download Tofu Plan - uses: actions/download-artifact@v3 + uses: https://github.com/ChristopherHX/gitea-download-artifact@v4 with: name: cloudflare-tfplan path: cloudflare/cloudflare.tfplan