Skip to content

Commit ae66a42

Browse files
authored
Update build.yml
1 parent a2bc5a6 commit ae66a42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

@@ -42,7 +42,7 @@ jobs:
4242
7z a MotionTrackingMKIIPlus-${{ matrix.arch }}.zip MotionTrackingMKIIPlus.auf README.md README.ja.md Licenses MotionTracking_model
4343
4444
- name: Upload artifact
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: MotionTrackingMKIIPlus-${{ matrix.arch }}
4848
path: ${{ github.workspace }}/MotionTrackingMKIIPlus-${{ matrix.arch }}.zip
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060

61-
- uses: actions/download-artifact@v6
61+
- uses: actions/download-artifact@v7
6262
with:
6363
path: artifacts
6464

0 commit comments

Comments
 (0)