Skip to content

Commit 03c0d55

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 ee2d8de commit 03c0d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
9898
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
9999
steps:
100-
- uses: actions/download-artifact@v7
100+
- uses: actions/download-artifact@v8
101101
with:
102102
# unpacks default artifact into dist/
103103
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)