Skip to content

Commit dc2b603

Browse files
Bump actions/download-artifact from 4 to 5 (#15)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34b4839 commit dc2b603

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@v4
100+
- uses: actions/download-artifact@v5
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)