Merge pull request #3398 from fonttools/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
This commit is contained in:
commit
4619f4d01b
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
||||
# only run if the commit is tagged...
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: artifact
|
||||
path: dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user