Skip to content

Commit 84faeeb

Browse files
authored
Merge pull request #269 from zeroasiccorp/dependabot/github_actions/actions-4eb699f393
Bump actions/download-artifact from 7 to 8 in the actions group
2 parents ece6f14 + a8bc75d commit 84faeeb

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)