We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40989ee commit c098dffCopy full SHA for c098dff
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
7z a MotionTrackingMKIIPlus-${{ matrix.arch }}.zip MotionTrackingMKIIPlus.auf README.md README.ja.md Licenses MotionTracking_model
43
44
- name: Upload artifact
45
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
46
with:
47
name: MotionTrackingMKIIPlus-${{ matrix.arch }}
48
path: ${{ github.workspace }}/MotionTrackingMKIIPlus-${{ matrix.arch }}.zip
0 commit comments