Skip to content

Commit 78adb1e

Browse files
authored
Merge pull request #131 from siliconcompiler/dependabot/github_actions/actions-d988a0d7e8
Bump actions/download-artifact from 6 to 7 in the actions group
2 parents f520d82 + abd1348 commit 78adb1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v6
28+
- uses: actions/download-artifact@v7
2929
with:
3030
name: Packages
3131
path: dist
@@ -41,7 +41,7 @@ jobs:
4141
contents: write
4242

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

0 commit comments

Comments
 (0)