We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bc5a6 commit ae66a42Copy full SHA for ae66a42
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
@@ -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@v5
+ uses: actions/upload-artifact@v6
46
47
name: MotionTrackingMKIIPlus-${{ matrix.arch }}
48
path: ${{ github.workspace }}/MotionTrackingMKIIPlus-${{ matrix.arch }}.zip
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
62
63
path: artifacts
64
0 commit comments