Skip to content

Commit 2b7e228

Browse files
Update actions/download-artifact action to v5
1 parent b378230 commit 2b7e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ubuntu-latest
189189
steps:
190190
- uses: actions/checkout@v4
191-
- uses: actions/download-artifact@v4
191+
- uses: actions/download-artifact@v5
192192
with:
193193
pattern: dist-*
194194
path: dist

0 commit comments

Comments
 (0)