Skip to content

Commit 0f5eaf3

Browse files
build(deps): bump actions/download-artifact from 4 to 7 (#110)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55eae61 commit 0f5eaf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
if: github.repository_owner == 'insarlab' && github.event_name == 'push'
8282
steps:
83-
- uses: actions/download-artifact@v4
83+
- uses: actions/download-artifact@v7
8484
with:
8585
# unpacks default artifact into dist/
8686
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)