fix: gitea artifact runners

This commit is contained in:
Ditmar Visser
2025-06-11 19:26:18 +00:00
parent 9698434d5d
commit 5aa62ac3c6

View File

@ -62,7 +62,7 @@ jobs:
run: terraform apply -auto-approve
- name: Upload inventory as artifact
uses: actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: ansible_inventory
path: ansible/inventory.ini
@ -77,7 +77,7 @@ jobs:
steps:
- name: Download artifact
uses: actions/download-artifact@v4
uses: christopherhx/gitea-download-artifact@v4
with:
name: ansible_inventory