From 9d288983d7095864e35d5c6afb887b3f61a99786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:03:25 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autotools.yml | 2 +- .github/workflows/py.yml | 2 +- .github/workflows/rust.yml | 2 +- .github/workflows/sanitizer-libs.yml | 2 +- .github/workflows/sysroot.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 5c8ce16c6..30fc130d9 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -148,7 +148,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Download all workflow run artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6.0.0 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index 99136a16b..1350e66ce 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -166,7 +166,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download all workflow run artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: "3.11" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0e94ac51c..e478e4abc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download all workflow run artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/sanitizer-libs.yml b/.github/workflows/sanitizer-libs.yml index 27844ed0c..0bab1e71b 100644 --- a/.github/workflows/sanitizer-libs.yml +++ b/.github/workflows/sanitizer-libs.yml @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download all workflow run artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: artifacts - name: Upload release assets diff --git a/.github/workflows/sysroot.yml b/.github/workflows/sysroot.yml index f365072ff..2b19cf5ad 100644 --- a/.github/workflows/sysroot.yml +++ b/.github/workflows/sysroot.yml @@ -132,7 +132,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download all workflow run artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: artifacts - name: Upload release assets