From 7da60c338572f182fc4d1cbd79f3d975d91efba4 Mon Sep 17 00:00:00 2001 From: leonarski_f Date: Sat, 11 Jul 2026 10:33:32 +0200 Subject: [PATCH] ci: use gitea-upload-artifact@v4 for the Windows/CUDA artifact Switch to the internal Gitea artifact action (actions/gitea-upload-artifact@v4, hosted at gitea.psi.ch) instead of actions/upload-artifact@v3. Co-Authored-By: Claude Opus 4.8 --- .gitea/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index 264573ec..9dad7e93 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -101,7 +101,7 @@ jobs: # Keep the Windows/CUDA installer downloadable from every run (not just tagged releases) so it # can be grabbed and tested. Short retention - it is a throwaway test build, not a release. if: matrix.variant == 'cuda' - uses: actions/upload-artifact@v3 + uses: actions/gitea-upload-artifact@v4 with: name: jfjoch-viewer-windows-cuda-installer path: build/jfjoch-viewer-*-win64-cuda*.exe