Skip to content

Commit 6397954

Browse files
Bump actions/download-artifact from 5 to 6
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]>
1 parent 858246c commit 6397954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: Install Python
5252
with:
5353
python-version: 3.11
54-
- uses: actions/download-artifact@v5
54+
- uses: actions/download-artifact@v6
5555
with:
5656
name: releases
5757
path: dist
@@ -65,7 +65,7 @@ jobs:
6565
if: github.event_name == 'release'
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/download-artifact@v5
68+
- uses: actions/download-artifact@v6
6969
with:
7070
name: releases
7171
path: dist

0 commit comments

Comments
 (0)