Skip to content

Commit 9b6a7d3

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ jobs:
8181
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
8282
steps:
8383
- name: Download sdist artifact
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v5
8585
with:
8686
name: sdist
8787
path: dist
8888
- name: Download wheels artifact
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v5
9090
with:
9191
pattern: wheels-*
9292
merge-multiple: true
@@ -104,12 +104,12 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: Download sdist artifact
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v5
108108
with:
109109
name: sdist
110110
path: dist
111111
- name: Download wheels artifact
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
pattern: wheels-*
115115
merge-multiple: true

0 commit comments

Comments
 (0)