@@ -148,7 +148,7 @@ jobs:
148148 uses : actions/checkout@v6
149149 - name : Install uv
150150 if : matrix.build == 'zigbuild'
151- uses : astral-sh/setup-uv@v6
151+ uses : astral-sh/setup-uv@v8
152152 - name : Install cargo-zigbuild
153153 if : matrix.build == 'zigbuild'
154154 run : |
@@ -167,7 +167,7 @@ jobs:
167167 cargo ${{ matrix.build }} --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
168168 --bin ${{ env.CARGO_BIN_NAME }} --features ${{ matrix.features }}
169169 - name : Upload artifacts
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v7
171171 with :
172172 name : ${{ env.CARGO_BIN_NAME }}-${{ matrix.name }}
173173 path : |
@@ -216,7 +216,7 @@ jobs:
216216 uses : actions/checkout@v6
217217 - name : Install uv
218218 if : matrix.build == 'zigbuild'
219- uses : astral-sh/setup-uv@v6
219+ uses : astral-sh/setup-uv@v8
220220 - name : Install cargo-zigbuild
221221 if : matrix.build == 'zigbuild'
222222 run : |
@@ -235,7 +235,7 @@ jobs:
235235 cargo ${{ matrix.build }} --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
236236 --bin ${{ env.CARGO_BIN_NAME }} --features ${{ matrix.features }}
237237 - name : Upload artifacts
238- uses : actions/upload-artifact@v4
238+ uses : actions/upload-artifact@v7
239239 with :
240240 name : ${{ env.CARGO_BIN_NAME }}-${{ matrix.name }}
241241 path : |
@@ -264,7 +264,7 @@ jobs:
264264 - name : Build
265265 run : npm -C objdiff-wasm run build
266266 - name : Upload artifacts
267- uses : actions/upload-artifact@v4
267+ uses : actions/upload-artifact@v7
268268 with :
269269 name : wasm
270270 path : objdiff-wasm/dist/
0 commit comments