Skip to content

Commit 8178089

Browse files
Build(deps): Bump actions/download-artifact 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 4d2e165 commit 8178089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
needs: [build-sdist]
107107
runs-on: ubuntu-latest
108108
steps:
109-
- uses: actions/download-artifact@v3
109+
- uses: actions/download-artifact@v4.1.7
110110
with:
111111
name: sdist
112112
path: ./dist
@@ -127,7 +127,7 @@ jobs:
127127
runs-on: ubuntu-latest
128128
needs: [test-sdist, build-wheel]
129129
steps:
130-
- uses: actions/download-artifact@v3
130+
- uses: actions/download-artifact@v4.1.7
131131
with:
132132
path: dist/
133133
- name: Check artifacts
@@ -145,7 +145,7 @@ jobs:
145145
needs: [pre-publish]
146146
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
147147
steps:
148-
- uses: actions/download-artifact@v3
148+
- uses: actions/download-artifact@v4.1.7
149149
with:
150150
path: dist/
151151
- name: Consolidate artifacts

0 commit comments

Comments
 (0)