5050 -DCMAKE_OSX_ARCHITECTURES=arm64
5151 steps :
5252 - name : Checkout repository
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454 with :
5555 submodules : true
5656 - name : Set up Java
@@ -120,7 +120,7 @@ jobs:
120120 :ktreesitter:publishIosArm64PublicationToLocalRepository
121121 steps :
122122 - name : Checkout repository
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v5
124124 with :
125125 submodules : true
126126 - name : Set up Java
@@ -147,7 +147,7 @@ jobs:
147147 path : ${{runner.tool_cache}}/konan/dependencies
148148 key : konan-${{runner.os}}-dependencies
149149 - name : Download library artifacts
150- uses : actions/download-artifact@v4
150+ uses : actions/download-artifact@v5
151151 if : matrix.platform == 'JVM'
152152 with :
153153 path : ktreesitter/src/jvmMain/resources/lib
@@ -186,7 +186,7 @@ jobs:
186186 SONATYPE_AUTH : " Authorization: Bearer ${{secrets.SONATYPE_TOKEN}}"
187187 steps :
188188 - name : Download artifacts
189- uses : actions/download-artifact@v4
189+ uses : actions/download-artifact@v5
190190 with :
191191 path : ktreesitter
192192 pattern : ktreesitter-jars-*
@@ -223,7 +223,7 @@ jobs:
223223 url : https://plugins.gradle.org/plugin/io.github.tree-sitter.ktreesitter-plugin
224224 steps :
225225 - name : Checkout repository
226- uses : actions/checkout@v4
226+ uses : actions/checkout@v5
227227 with :
228228 submodules : true
229229 - name : Set up Java
0 commit comments