From 92c53d3ea51ed02d13faef197db3ec298a631798 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 20 Feb 2024 19:04:35 -0500 Subject: [PATCH] Fix missed action version update. This triggers a warning and breaks the publish workflow - v4 can only download artifacts uploaded with v4. --- .github/workflows/ci_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 7f56fe1..e5b56f9 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -68,7 +68,7 @@ jobs: - name: Upload Korman+Blender Bundle if: startsWith(github.ref, 'refs/tags') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: korman-blender-${{ matrix.cfg.str }} path: build/package