Skip to content

Commit 5e7354f

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#118)
1 parent ba3b34d commit 5e7354f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
113113
needs: [lint, test]
114114
steps:
115-
- uses: actions/download-artifact@v4
115+
- uses: actions/download-artifact@v5
116116
with:
117117
name: dist
118118
path: dist

0 commit comments

Comments
 (0)