Skip to content

Commit 9587d5c

Browse files
Update actions/download-artifact action to v5 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b378230 commit 9587d5c

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)