Skip to content

Commit 2927316

Browse files
Update actions/download-artifact action to v5
1 parent 8db4870 commit 2927316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@v4
103103
- name: Download font artefact files
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
name: ${{ env.ZIP_NAME }}
107107
path: ${{ env.ZIP_NAME }}

0 commit comments

Comments
 (0)