Skip to content

Commit

Permalink
Fix missed action version update.
Browse files Browse the repository at this point in the history
This triggers a warning and breaks the publish workflow - v4 can only
download artifacts uploaded with v4.
  • Loading branch information
Hoikas committed Feb 21, 2024
1 parent 582921b commit 92c53d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92c53d3

Please sign in to comment.