Skip to content

Commit 66bca5c

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Download sdist artifact
72-
uses: actions/download-artifact@v7
72+
uses: actions/download-artifact@v8
7373
with:
7474
name: sdist
7575
path: dist
7676
- name: Download wheels artifact
77-
uses: actions/download-artifact@v7
77+
uses: actions/download-artifact@v8
7878
with:
7979
pattern: wheels-*
8080
merge-multiple: true

0 commit comments

Comments
 (0)