Skip to content

Commit a8bc75d

Browse files
dependabot[bot]gadfort
authored andcommitted
Bump actions/download-artifact from 7 to 8 in the actions group
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ece6f14 commit a8bc75d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name == 'release' && github.event.action == 'published'
2626

2727
steps:
28-
- uses: actions/download-artifact@v7
28+
- uses: actions/download-artifact@v8
2929
with:
3030
name: Packages
3131
path: dist
@@ -41,7 +41,7 @@ jobs:
4141
contents: write
4242

4343
steps:
44-
- uses: actions/download-artifact@v7
44+
- uses: actions/download-artifact@v8
4545
with:
4646
name: Packages
4747
path: dist

0 commit comments

Comments
 (0)