Skip to content

Commit 151ab84

Browse files
Bump actions/download-artifact from 5 to 6 (#2039)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 337cb37 commit 151ab84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
if: github.event_name == 'release' && github.event.action == 'published'
5454
steps:
55-
- uses: actions/download-artifact@v5
55+
- uses: actions/download-artifact@v6
5656
with:
5757
name: artifact
5858
path: dist
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
if: github.event_name == 'release' && github.event.action == 'published'
8181
steps:
82-
- uses: actions/download-artifact@v5
82+
- uses: actions/download-artifact@v6
8383
with:
8484
name: artifact
8585
path: dist

0 commit comments

Comments
 (0)