File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
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@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : MotionTrackingMKIIPlus-${{ matrix.arch }}
4848 path : ${{ github.workspace }}/MotionTrackingMKIIPlus-${{ matrix.arch }}.zip
@@ -54,11 +54,11 @@ jobs:
5454 if : github.ref == 'refs/heads/master'
5555 steps :
5656 - name : Checkout repository
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858 with :
5959 fetch-depth : 0
6060
61- - uses : actions/download-artifact@v4
61+ - uses : actions/download-artifact@v6
6262 with :
6363 path : artifacts
6464
You can’t perform that action at this time.
0 commit comments