Skip to content

Commit 23bc5bf

Browse files
Bump actions/download-artifact from 5 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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 694075e commit 23bc5bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
needs: [sdist, bundle] # don't deploy unless sdist and bundle building succeeded
9797
steps:
98-
- uses: actions/download-artifact@v5
98+
- uses: actions/download-artifact@v7
9999
with:
100100
name: dist
101101
path: dist

0 commit comments

Comments
 (0)