Skip to content

Commit 0faeae6

Browse files
chore(deps): bump actions/download-artifact from 3 to 4 (#88)
1 parent 4ed9bb5 commit 0faeae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
111111
needs: [lint, test]
112112
steps:
113-
- uses: actions/download-artifact@v3
113+
- uses: actions/download-artifact@v4
114114
with:
115115
name: dist
116116
path: dist

0 commit comments

Comments
 (0)