Skip to content

Commit 28b7c22

Browse files
Bump actions/download-artifact from 4 to 5 (#1883)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 9602e91 commit 28b7c22

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@v4
55+
- uses: actions/download-artifact@v5
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@v4
82+
- uses: actions/download-artifact@v5
8383
with:
8484
name: artifact
8585
path: dist

0 commit comments

Comments
 (0)