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:
خالد حسني (Khaled Hosny) 2024-01-09 18:24:02 +02:00 committed by GitHub
commit 4619f4d01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ jobs:
# only run if the commit is tagged... # only run if the commit is tagged...
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v4
with: with:
name: artifact name: artifact
path: dist path: dist