Skip to content

Commit 749821a

Browse files
Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb013ee commit 749821a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
steps:
129129
- name: Download artefacts
130-
uses: actions/download-artifact@v4
130+
uses: actions/download-artifact@v7
131131
with:
132132
name: cibw-*
133133
path: dist
@@ -152,7 +152,7 @@ jobs:
152152
153153
steps:
154154
- name: Download artefacts
155-
uses: actions/download-artifact@v4
155+
uses: actions/download-artifact@v7
156156
with:
157157
name: cibw-*
158158
path: dist

0 commit comments

Comments
 (0)