CI: switch to christopherhx/gitea-upload-artifact@v4 and gitea-download-artifact@v4 to fix 'Process completed with exit code 1' on Gitea Actions. Upstream actions/upload-artifact@v4 aborts on Gitea because Gitea is detected as GHES (see go-gitea/gitea#28853).
Publish to PowerShell Gallery / build (pull_request) Failing after 17s
Publish to PowerShell Gallery / release (pull_request) Has been skipped
Publish to PowerShell Gallery / publish (pull_request) Has been skipped

This commit is contained in:
GraceSolutions
2026-06-03 21:25:11 -04:00
parent 1511dc4411
commit a2f2b601c3
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -41,7 +41,7 @@ jobs:
Write-Host "Manifest OK: $($manifest.Name) $($manifest.Version)"
- name: Upload module artifact
uses: actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: PSInfisicalAPI-module
path: Module/PSInfisicalAPI
@@ -71,7 +71,7 @@ jobs:
Write-Host ("pwsh: " + (pwsh -NoProfile -Command '$PSVersionTable.PSVersion.ToString()'))
- name: Download module artifact
uses: actions/download-artifact@v4
uses: christopherhx/gitea-download-artifact@v4
with:
name: PSInfisicalAPI-module
path: Module/PSInfisicalAPI
@@ -213,7 +213,7 @@ jobs:
Write-Host ("pwsh: " + (pwsh -NoProfile -Command '$PSVersionTable.PSVersion.ToString()'))
- name: Download module artifact
uses: actions/download-artifact@v4
uses: christopherhx/gitea-download-artifact@v4
with:
name: PSInfisicalAPI-module
path: Module/PSInfisicalAPI