Update Artifact GitHub Actions dependencies

This commit is contained in:
renovate[bot] 2025-10-23 15:08:38 +00:00 committed by GitHub
parent 0959763a82
commit 157f08498c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 62 additions and 62 deletions

View File

@ -835,7 +835,7 @@ jobs:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -864,7 +864,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -893,7 +893,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-aarch64-${{ github.sha }} name: uv-linux-aarch64-${{ github.sha }}
@ -923,7 +923,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-musl-${{ github.sha }} name: uv-linux-musl-${{ github.sha }}
@ -947,7 +947,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-macos-x86_64-${{ github.sha }} name: uv-macos-x86_64-${{ github.sha }}
@ -976,7 +976,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -1006,7 +1006,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-aarch64-${{ github.sha }} name: uv-windows-aarch64-${{ github.sha }}
@ -1057,7 +1057,7 @@ jobs:
echo "${{ github.workspace }}/nu-${nu_tag}-x86_64-unknown-linux-gnu" >> "${GITHUB_PATH}" echo "${{ github.workspace }}/nu-${nu_tag}-x86_64-unknown-linux-gnu" >> "${GITHUB_PATH}"
- name: Download binary - name: Download binary
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1089,7 +1089,7 @@ jobs:
python-version: "3.12" python-version: "3.12"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1125,7 +1125,7 @@ jobs:
sudo apt-get install python3.9 sudo apt-get install python3.9
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1162,7 +1162,7 @@ jobs:
steps: steps:
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -1207,7 +1207,7 @@ jobs:
steps: steps:
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-aarch64-${{ github.sha }} name: uv-windows-aarch64-${{ github.sha }}
@ -1252,7 +1252,7 @@ jobs:
steps: steps:
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-aarch64-${{ github.sha }} name: uv-windows-aarch64-${{ github.sha }}
@ -1297,7 +1297,7 @@ jobs:
steps: steps:
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -1324,7 +1324,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1387,7 +1387,7 @@ jobs:
steps: steps:
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -1450,7 +1450,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1518,7 +1518,7 @@ jobs:
steps: steps:
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -1576,7 +1576,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1629,7 +1629,7 @@ jobs:
python-version: "3.12.7" python-version: "3.12.7"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1687,7 +1687,7 @@ jobs:
python-version: "3.13t" python-version: "3.13t"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1727,7 +1727,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-musl-${{ github.sha }} name: uv-linux-musl-${{ github.sha }}
@ -1824,7 +1824,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -1938,7 +1938,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2008,7 +2008,7 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2058,7 +2058,7 @@ jobs:
python-version: "3.12" python-version: "3.12"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2082,7 +2082,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-macos-aarch64-${{ github.sha }} name: uv-macos-aarch64-${{ github.sha }}
@ -2110,7 +2110,7 @@ jobs:
run: apt-get update && apt-get install -y python3.11 python3-pip python3.11-venv python3-debian run: apt-get update && apt-get install -y python3.11 python3-pip python3.11-venv python3-debian
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-musl-${{ github.sha }} name: uv-linux-musl-${{ github.sha }}
@ -2143,7 +2143,7 @@ jobs:
run: dnf install python3 which -y && python3 -m ensurepip run: dnf install python3 which -y && python3 -m ensurepip
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2171,7 +2171,7 @@ jobs:
python-version: "3.12" python-version: "3.12"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2264,7 +2264,7 @@ jobs:
dnf install python3 python3-pip which -y dnf install python3 python3-pip which -y
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-musl-${{ github.sha }} name: uv-linux-musl-${{ github.sha }}
@ -2296,7 +2296,7 @@ jobs:
python-version: "graalpy24.1" python-version: "graalpy24.1"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2324,7 +2324,7 @@ jobs:
python-version: "pypy3.9" python-version: "pypy3.9"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2349,7 +2349,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-musl-${{ github.sha }} name: uv-linux-musl-${{ github.sha }}
@ -2377,7 +2377,7 @@ jobs:
run: apk add --update --no-cache python3 py3-pip run: apk add --update --no-cache python3 py3-pip
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-musl-${{ github.sha }} name: uv-linux-musl-${{ github.sha }}
@ -2401,7 +2401,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-macos-aarch64-${{ github.sha }} name: uv-macos-aarch64-${{ github.sha }}
@ -2428,7 +2428,7 @@ jobs:
run: brew install python3 run: brew install python3
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-macos-aarch64-${{ github.sha }} name: uv-macos-aarch64-${{ github.sha }}
@ -2457,7 +2457,7 @@ jobs:
architecture: x64 architecture: x64
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-macos-aarch64-${{ github.sha }} name: uv-macos-aarch64-${{ github.sha }}
@ -2485,7 +2485,7 @@ jobs:
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-macos-x86_64-${{ github.sha }} name: uv-macos-x86_64-${{ github.sha }}
@ -2513,7 +2513,7 @@ jobs:
python-version: "3.10" python-version: "3.10"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -2539,7 +2539,7 @@ jobs:
architecture: "x86" architecture: "x86"
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -2565,7 +2565,7 @@ jobs:
allow-prereleases: true allow-prereleases: true
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -2592,7 +2592,7 @@ jobs:
allow-prereleases: true allow-prereleases: true
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-aarch64-${{ github.sha }} name: uv-windows-aarch64-${{ github.sha }}
@ -2616,7 +2616,7 @@ jobs:
allow-prereleases: true allow-prereleases: true
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-aarch64-${{ github.sha }} name: uv-windows-aarch64-${{ github.sha }}
@ -2635,7 +2635,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -2657,7 +2657,7 @@ jobs:
run: choco install python3 --verbose --version=3.9.13 run: choco install python3 --verbose --version=3.9.13
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}
@ -2697,7 +2697,7 @@ jobs:
echo "$HOME/.pyenv/shims" >> $GITHUB_PATH echo "$HOME/.pyenv/shims" >> $GITHUB_PATH
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2726,7 +2726,7 @@ jobs:
allow-prereleases: true allow-prereleases: true
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-libc-${{ github.sha }} name: uv-linux-libc-${{ github.sha }}
@ -2793,7 +2793,7 @@ jobs:
run: conda list run: conda list
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-${{ matrix.target }}-${{ github.sha }} name: uv-${{ matrix.target }}-${{ github.sha }}
@ -2827,7 +2827,7 @@ jobs:
run: yum install python3 python3-pip -y run: yum install python3 python3-pip -y
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-linux-musl-${{ github.sha }} name: uv-linux-musl-${{ github.sha }}
@ -2854,7 +2854,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Download binary" - name: "Download binary"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
name: uv-windows-x86_64-${{ github.sha }} name: uv-windows-x86_64-${{ github.sha }}

View File

@ -23,7 +23,7 @@ jobs:
steps: steps:
- name: "Install uv" - name: "Install uv"
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
pattern: wheels_uv-* pattern: wheels_uv-*
path: wheels_uv path: wheels_uv
@ -42,7 +42,7 @@ jobs:
steps: steps:
- name: "Install uv" - name: "Install uv"
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with: with:
pattern: wheels_uv_build-* pattern: wheels_uv_build-*
path: wheels_uv_build path: wheels_uv_build

View File

@ -70,7 +70,7 @@ jobs:
shell: bash shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.30.0/cargo-dist-installer.sh | sh" run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.30.0/cargo-dist-installer.sh | sh"
- name: Cache dist - name: Cache dist
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 uses: actions/upload-artifact@2d9f9cdfa99fedaddba68e9b5b5c281eca26cc63
with: with:
name: cargo-dist-cache name: cargo-dist-cache
path: ~/.cargo/bin/dist path: ~/.cargo/bin/dist
@ -86,7 +86,7 @@ jobs:
cat plan-dist-manifest.json cat plan-dist-manifest.json
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT" echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
- name: "Upload dist-manifest.json" - name: "Upload dist-manifest.json"
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 uses: actions/upload-artifact@2d9f9cdfa99fedaddba68e9b5b5c281eca26cc63
with: with:
name: artifacts-plan-dist-manifest name: artifacts-plan-dist-manifest
path: plan-dist-manifest.json path: plan-dist-manifest.json
@ -130,14 +130,14 @@ jobs:
persist-credentials: false persist-credentials: false
submodules: recursive submodules: recursive
- name: Install cached dist - name: Install cached dist
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c
with: with:
name: cargo-dist-cache name: cargo-dist-cache
path: ~/.cargo/bin/ path: ~/.cargo/bin/
- run: chmod +x ~/.cargo/bin/dist - run: chmod +x ~/.cargo/bin/dist
# Get all the local artifacts for the global tasks to use (for e.g. checksums) # Get all the local artifacts for the global tasks to use (for e.g. checksums)
- name: Fetch local artifacts - name: Fetch local artifacts
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c
with: with:
pattern: artifacts-* pattern: artifacts-*
path: target/distrib/ path: target/distrib/
@ -155,7 +155,7 @@ jobs:
cp dist-manifest.json "$BUILD_MANIFEST_NAME" cp dist-manifest.json "$BUILD_MANIFEST_NAME"
- name: "Upload artifacts" - name: "Upload artifacts"
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 uses: actions/upload-artifact@2d9f9cdfa99fedaddba68e9b5b5c281eca26cc63
with: with:
name: artifacts-build-global name: artifacts-build-global
path: | path: |
@ -181,14 +181,14 @@ jobs:
persist-credentials: false persist-credentials: false
submodules: recursive submodules: recursive
- name: Install cached dist - name: Install cached dist
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c
with: with:
name: cargo-dist-cache name: cargo-dist-cache
path: ~/.cargo/bin/ path: ~/.cargo/bin/
- run: chmod +x ~/.cargo/bin/dist - run: chmod +x ~/.cargo/bin/dist
# Fetch artifacts from scratch-storage # Fetch artifacts from scratch-storage
- name: Fetch artifacts - name: Fetch artifacts
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c
with: with:
pattern: artifacts-* pattern: artifacts-*
path: target/distrib/ path: target/distrib/
@ -202,7 +202,7 @@ jobs:
cat dist-manifest.json cat dist-manifest.json
echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT" echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT"
- name: "Upload dist-manifest.json" - name: "Upload dist-manifest.json"
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 uses: actions/upload-artifact@2d9f9cdfa99fedaddba68e9b5b5c281eca26cc63
with: with:
# Overwrite the previous copy # Overwrite the previous copy
name: artifacts-dist-manifest name: artifacts-dist-manifest
@ -242,7 +242,7 @@ jobs:
submodules: recursive submodules: recursive
# Create a GitHub Release while uploading all files to it # Create a GitHub Release while uploading all files to it
- name: "Download GitHub Artifacts" - name: "Download GitHub Artifacts"
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c
with: with:
pattern: artifacts-* pattern: artifacts-*
path: artifacts path: artifacts