Skip to content

Commit b7e050b

Browse files
authored
Merge pull request #368 from kyamagu/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents 8b47108 + a61f37a commit b7e050b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
python-version: '3.11'
121121

122-
- uses: actions/download-artifact@v4
122+
- uses: actions/download-artifact@v8
123123
with:
124124
merge-multiple: true
125125
path: dist
@@ -151,7 +151,7 @@ jobs:
151151
name: pypi
152152
url: https://pypi.org/p/skia-python/
153153
steps:
154-
- uses: actions/download-artifact@v4
154+
- uses: actions/download-artifact@v8
155155
with:
156156
merge-multiple: true
157157
path: dist

0 commit comments

Comments
 (0)