Skip to content

Commit 3723f2e

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3f6b21 commit 3723f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
id-token: write # IMPORTANT: mandatory for trusted publishing
134134
steps:
135135
- name: Download all the dists
136-
uses: actions/download-artifact@v3
136+
uses: actions/download-artifact@v4.1.7
137137
with:
138138
name: python-package-distributions
139139
path: dist/

0 commit comments

Comments
 (0)