Merge pull request #3136 from fonttools/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
This commit is contained in:
commit
0a78c67f31
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: artifact
|
||||
path: dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user