3939 archive : zip
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343
4444 - name : Install Rust toolchain
4545 uses : dtolnay/rust-toolchain@stable
7474 shell : bash
7575
7676 - name : Upload artifact
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : cli-${{ matrix.target }}
8080 path : inky-${{ matrix.target }}.${{ matrix.archive }}
@@ -105,7 +105,7 @@ jobs:
105105 use_cross : true
106106
107107 steps :
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@v5
109109
110110 - name : Install Rust toolchain
111111 uses : dtolnay/rust-toolchain@stable
@@ -132,7 +132,7 @@ jobs:
132132 shell : bash
133133
134134 - name : Upload artifact
135- uses : actions/upload-artifact@v4
135+ uses : actions/upload-artifact@v5
136136 with :
137137 name : ffi-${{ matrix.target }}
138138 path : libinky-${{ matrix.target }}.tar.gz
@@ -141,7 +141,7 @@ jobs:
141141 name : Build WASM
142142 runs-on : ubuntu-latest
143143 steps :
144- - uses : actions/checkout@v4
144+ - uses : actions/checkout@v5
145145
146146 - name : Install Rust toolchain
147147 uses : dtolnay/rust-toolchain@stable
@@ -156,7 +156,7 @@ jobs:
156156 run : tar czf inky-wasm-nodejs.tar.gz -C bindings node
157157
158158 - name : Upload artifact
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v5
160160 with :
161161 name : wasm-nodejs
162162 path : inky-wasm-nodejs.tar.gz
@@ -168,10 +168,10 @@ jobs:
168168 permissions :
169169 contents : write
170170 steps :
171- - uses : actions/checkout@v4
171+ - uses : actions/checkout@v5
172172
173173 - name : Download all artifacts
174- uses : actions/download-artifact@v4
174+ uses : actions/download-artifact@v5
175175 with :
176176 path : artifacts
177177
@@ -196,7 +196,7 @@ jobs:
196196 needs : [release]
197197 runs-on : ubuntu-latest
198198 steps :
199- - uses : actions/checkout@v4
199+ - uses : actions/checkout@v5
200200
201201 - name : Install Rust toolchain
202202 uses : dtolnay/rust-toolchain@stable
@@ -216,12 +216,12 @@ jobs:
216216 needs : [release]
217217 runs-on : ubuntu-latest
218218 steps :
219- - uses : actions/setup-node@v4
219+ - uses : actions/setup-node@v5
220220 with :
221221 registry-url : https://registry.npmjs.org
222222
223223 - name : Download WASM artifact
224- uses : actions/download-artifact@v4
224+ uses : actions/download-artifact@v5
225225 with :
226226 name : wasm-nodejs
227227 path : .
@@ -244,9 +244,9 @@ jobs:
244244 needs : [release]
245245 runs-on : ubuntu-latest
246246 steps :
247- - uses : actions/checkout@v4
247+ - uses : actions/checkout@v5
248248
249- - uses : actions/setup-python@v5
249+ - uses : actions/setup-python@v6
250250 with :
251251 python-version : ' 3.x'
252252
@@ -265,7 +265,7 @@ jobs:
265265 needs : [release]
266266 runs-on : ubuntu-latest
267267 steps :
268- - uses : actions/checkout@v4
268+ - uses : actions/checkout@v5
269269
270270 - uses : ruby/setup-ruby@v1
271271 with :
0 commit comments