Skip to content

Commit 2f42012

Browse files
chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37c2013 commit 2f42012

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4848
with:
4949
enable-cache: false
50-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
50+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5151
with:
5252
name: dist
5353
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
7171
with:
7272
enable-cache: false
73-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
73+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7474
with:
7575
name: dist
7676
path: dist/

0 commit comments

Comments
 (0)