Skip to content

Commit 6396a62

Browse files
authoredMar 20, 2025··
Bump actions/download-artifact from 4.1.9 to 4.2.1 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...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 b60fa41 commit 6396a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v4
7979
- name: Download all the dists
80-
uses: actions/download-artifact@v4.1.9
80+
uses: actions/download-artifact@v4.2.1
8181
with:
8282
name: python-package-distributions
8383
path: .

0 commit comments

Comments
 (0)
Please sign in to comment.