Skip to content

Commit 5163c59

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e27c66 commit 5163c59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@ jobs:
110110
needs: [lint, test, package-sdist, package-wheel]
111111
steps:
112112
- uses: actions/checkout@v2
113-
- uses: actions/download-artifact@v1
113+
- uses: actions/download-artifact@v4.1.7
114114
with:
115115
name: sdist
116116
path: dist/
117-
- uses: actions/download-artifact@v1
117+
- uses: actions/download-artifact@v4.1.7
118118
with:
119119
name: wheels-win
120120
path: dist/
121-
- uses: actions/download-artifact@v1
121+
- uses: actions/download-artifact@v4.1.7
122122
with:
123123
name: wheels-macos
124124
path: dist/
125-
- uses: actions/download-artifact@v1
125+
- uses: actions/download-artifact@v4.1.7
126126
with:
127127
name: wheels-manylinux
128128
path: dist/

0 commit comments

Comments
 (0)