Skip to content

Commit a69cb07

Browse files
Bump actions/download-artifact
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7c0165 commit a69cb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- build_wheels
5757
- make_sdist
5858
steps:
59-
- uses: "actions/download-artifact@v3"
59+
- uses: "actions/download-artifact@v4.1.7"
6060
with:
6161
name: artifact
6262
path: dist

0 commit comments

Comments
 (0)