Skip to content

Commit e8a43ea

Browse files
chore(deps): bump actions/download-artifact from 3 to 4 (#4976)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 dc477fa commit e8a43ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
python-version: "3.x"
100100

101101
# Downloads all to directories matching the artifact names
102-
- uses: actions/download-artifact@v3
102+
- uses: actions/download-artifact@v4
103103

104104
- name: Publish standard package
105105
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)