Skip to content

Commit c5adf19

Browse files
authored
Merge pull request #208 from SnowEx/dependabot/github_actions/actions-d988a0d7e8
build(deps): bump actions/download-artifact from 6 to 7 in the actions group
2 parents 85a7276 + 79def12 commit c5adf19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Install Python
5353
with:
5454
python-version: "3.10"
55-
- uses: actions/download-artifact@v6
55+
- uses: actions/download-artifact@v7
5656
with:
5757
name: Packages
5858
path: dist
@@ -114,7 +114,7 @@ jobs:
114114
if: github.event_name == 'release' && github.event.action == 'published'
115115

116116
steps:
117-
- uses: actions/download-artifact@v6
117+
- uses: actions/download-artifact@v7
118118
with:
119119
name: Packages
120120
path: dist

0 commit comments

Comments
 (0)