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