From 023ea6fb03a147a7c97562ecd1f164fc27754fa9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Mar 2024 22:04:18 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .gitea/workflows/tf-plan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tf-plan.yml b/.gitea/workflows/tf-plan.yml index dd864af..0679212 100644 --- a/.gitea/workflows/tf-plan.yml +++ b/.gitea/workflows/tf-plan.yml @@ -72,7 +72,7 @@ jobs: shell: bash run: printf "${{ steps.tfplan.outputs.exitcode }}" > exitcode; - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: | -- 2.49.1