feat: switch to custom download/upload actions
All checks were successful
semantic-release / release (push) Successful in 34s

This commit is contained in:
lucasdpt
2026-04-05 00:17:47 +02:00
parent 29d51c063c
commit 0443034cf1
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ runs:
run: terraform init
- name: Download plan artifact
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
uses: https://gitea.ldpt.fr/actions/gitea-download-artifact@main
with:
name: terraform-plan
path: ${{ inputs.working-directory }}

View File

@@ -36,7 +36,7 @@ runs:
run: terraform plan -out=tfplan
- name: Upload plan artifact
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: https://gitea.ldpt.fr/actions/gitea-upload-artifact@main
with:
name: terraform-plan
path: ${{ inputs.working-directory }}/tfplan