Skip to content

Commit abec3ce

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 7.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.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 81caf0f commit abec3ce

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
@@ -82,7 +82,7 @@ jobs:
8282
name: "Show artifacts"
8383
runs-on: ubuntu-22.04
8484
steps:
85-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
85+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8686
with:
8787
pattern: pypi-artifacts*
8888
path: ${{ github.workspace }}/dist
@@ -101,7 +101,7 @@ jobs:
101101
# upload to PyPI for every tag starting with 'v'
102102
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
103103
steps:
104-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
104+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
105105
with:
106106
pattern: pypi-artifacts*
107107
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)