Skip to content

Commit b6d777e

Browse files
Bump actions/download-artifact in the github-actions group
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ede9499 commit b6d777e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
name: "Show artifacts"
8282
runs-on: ubuntu-22.04
8383
steps:
84-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
84+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8585
with:
8686
pattern: pypi-artifacts*
8787
path: ${{ github.workspace }}/dist
@@ -100,7 +100,7 @@ jobs:
100100
# upload to PyPI for every tag starting with 'v'
101101
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
102102
steps:
103-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
103+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
104104
with:
105105
pattern: pypi-artifacts*
106106
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)