Skip to content

Commit aff6fb9

Browse files
Bump actions/download-artifact from 5 to 6 (#15)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f5cda4 commit aff6fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: Install Python
5050
with:
5151
python-version: 3.13
52-
- uses: actions/download-artifact@v5
52+
- uses: actions/download-artifact@v6
5353
with:
5454
name: releases
5555
path: dist
@@ -62,7 +62,7 @@ jobs:
6262
if: github.event_name == 'release'
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/download-artifact@v5
65+
- uses: actions/download-artifact@v6
6666
with:
6767
name: releases
6868
path: dist

0 commit comments

Comments
 (0)