@@ -287,7 +287,7 @@ jobs:
287287 --profile $CARGO_BUILD_PROFILE
288288 --features self_update
289289 - name : " Upload binary"
290- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
290+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
291291 with :
292292 name : pixi-linux-x86_64-${{ github.sha }}
293293 path : ./target/x86_64-unknown-linux-musl/${{ env.CARGO_BUILD_PROFILE }}/pixi
@@ -309,7 +309,7 @@ jobs:
309309 --profile $CARGO_BUILD_PROFILE
310310 --features self_update
311311 - name : " Upload binary"
312- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
312+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
313313 with :
314314 name : pixi-macos-aarch64-${{ github.sha }}
315315 path : ./target/${{ env.CARGO_BUILD_PROFILE }}/pixi
@@ -331,7 +331,7 @@ jobs:
331331 --profile $CARGO_BUILD_PROFILE
332332 --features self_update
333333 - name : " Upload binary"
334- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
334+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
335335 with :
336336 name : pixi-macos-x86_64-${{ github.sha }}
337337 path : ./target/${{ env.CARGO_BUILD_PROFILE }}/pixi
@@ -360,7 +360,7 @@ jobs:
360360 --profile $env:CARGO_BUILD_PROFILE
361361 --features self_update
362362 - name : " Upload binary"
363- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
363+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
364364 with :
365365 name : pixi-windows-x86_64-${{ github.sha }}
366366 path : ${{ env.PIXI_WORKSPACE }}/target/${{ env.CARGO_BUILD_PROFILE }}/pixi.exe
@@ -393,7 +393,7 @@ jobs:
393393 --profile $env:CARGO_BUILD_PROFILE
394394 --features self_update
395395 - name : " Upload binary"
396- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
396+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
397397 with :
398398 name : pixi-windows-aarch64-${{ github.sha }}
399399 path : ${{ env.PIXI_WORKSPACE }}/target/aarch64-pc-windows-msvc/${{ env.CARGO_BUILD_PROFILE }}/pixi.exe
@@ -419,7 +419,7 @@ jobs:
419419 Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.PIXI_WORKSPACE }}" -Recurse
420420 echo "${{ env.PIXI_WORKSPACE }}/${{ env.TARGET_RELEASE }}" | Out-File -Append -Encoding utf8 -FilePath $env:GITHUB_PATH
421421 - name : Download binary from build
422- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
422+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
423423 with :
424424 name : pixi-windows-x86_64-${{ github.sha }}
425425 path : ${{ env.PIXI_WORKSPACE }}/${{ env.TARGET_RELEASE }}
@@ -441,7 +441,7 @@ jobs:
441441 steps :
442442 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
443443 - name : Download binary from build
444- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
444+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
445445 with :
446446 name : pixi-macos-aarch64-${{ github.sha }}
447447 path : ${{ env.TARGET_RELEASE }}
@@ -465,7 +465,7 @@ jobs:
465465 steps :
466466 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
467467 - name : Download binary from build
468- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
468+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
469469 with :
470470 name : pixi-linux-x86_64-${{ github.sha }}
471471 path : ${{ env.TARGET_RELEASE }}
@@ -496,7 +496,7 @@ jobs:
496496 Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.PIXI_WORKSPACE }}" -Recurse
497497 echo "${{ env.PIXI_WORKSPACE }}/${{ env.TARGET_RELEASE }}" | Out-File -Append -Encoding utf8 -FilePath $env:GITHUB_PATH
498498 - name : Download binary from build
499- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
499+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
500500 with :
501501 name : pixi-windows-x86_64-${{ github.sha }}
502502 path : ${{ env.PIXI_WORKSPACE }}/${{ env.TARGET_RELEASE }}
@@ -525,7 +525,7 @@ jobs:
525525 steps :
526526 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
527527 - name : Download binary from build
528- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
528+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
529529 with :
530530 name : pixi-macos-aarch64-${{ github.sha }}
531531 path : ${{ env.TARGET_RELEASE }}
@@ -559,7 +559,7 @@ jobs:
559559 steps :
560560 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
561561 - name : Download binary from build
562- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
562+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
563563 with :
564564 name : pixi-linux-x86_64-${{ github.sha }}
565565 path : ${{ env.TARGET_RELEASE }}
@@ -600,7 +600,7 @@ jobs:
600600 Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.PIXI_WORKSPACE }}" -Recurse
601601 echo "${{ env.PIXI_WORKSPACE }}/${{ env.TARGET_RELEASE }}" | Out-File -Append -Encoding utf8 -FilePath $env:GITHUB_PATH
602602 - name : Download binary from build
603- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
603+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
604604 with :
605605 name : pixi-windows-x86_64-${{ github.sha }}
606606 path : ${{ env.PIXI_WORKSPACE }}/${{ env.TARGET_RELEASE }}
@@ -651,7 +651,7 @@ jobs:
651651 steps :
652652 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
653653 - name : Download binary from build
654- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
654+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
655655 with :
656656 name : pixi-macos-aarch64-${{ github.sha }}
657657 path : ${{ env.TARGET_RELEASE }}
@@ -699,7 +699,7 @@ jobs:
699699 steps :
700700 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
701701 - name : Download binary from build
702- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
702+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
703703 with :
704704 name : pixi-linux-x86_64-${{ github.sha }}
705705 path : ${{ env.TARGET_RELEASE }}
0 commit comments