From a221690334eec9d8f5e279cd7558c8fe3e51bcf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:31:20 +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/634f93cb2916e3fdff6788551b99b062d0335ce0...018cc2cf5baa6db3ef3c5f8a56943fffe632ef53) --- 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/pypi.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7925287..b589b6f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -191,13 +191,13 @@ jobs: steps: - name: download mcpl-python sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-python path: ./sdist-python - name: download mcpl-metapkg sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-metapkg path: ./sdist-metapkg @@ -249,7 +249,7 @@ jobs: steps: - name: download mcpl-core sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-core path: ./sdist @@ -329,13 +329,13 @@ jobs: # to ensure we do not get an error or inadvertently bundle libmcpl.so. - name: download mcpl-extra sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-extra path: ./sdist - name: download mcpl-core sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-core path: ./sdist_core @@ -404,50 +404,50 @@ jobs: steps: # sdists: - name: download mcpl-core sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-core path: ./dist_core - name: download mcpl-extra sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-extra path: ./dist_extra - name: download mcpl-python sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-python path: ./dist_python - name: download mcpl-metapkg sdist - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: sdist-mcpl-metapkg path: ./dist_metapkg # pure wheels: - name: download mcpl-python pure wheel - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: wheel-mcpl-python path: ./dist_python - name: download mcpl-metapkg pure wheel - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: wheel-mcpl-metapkg path: ./dist_metapkg # binary wheels (merge-multiple: true since produced in several jobs): - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: pattern: "mcpl-core-wheels-*" merge-multiple: true path: ./dist_core - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: pattern: "mcpl-extra-wheels-*" merge-multiple: true @@ -561,7 +561,7 @@ jobs: steps: - name: download artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: final path: ./dist_final @@ -641,7 +641,7 @@ jobs: steps: - name: download artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: name: final path: ./dist_final