Skip to content

Commit be74787

Browse files
Bump actions/download-artifact from 4.1.8 to 4.2.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b29aa02 commit be74787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353

5454
steps:
55-
- uses: actions/download-artifact@v4.1.8
55+
- uses: actions/download-artifact@v4.2.1
5656
with: {name: dist, path: dist/}
5757
- uses: pypa/gh-action-pypi-publish@release/v1
5858
# with:

0 commit comments

Comments
 (0)