Skip to content

Commit aaae90b

Browse files
committed
ci: fix release pipeline
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent f063b82 commit aaae90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
contents: write # Used to authenticate github release publish
8888

8989
steps:
90-
- uses: actions/download-artifact@v3
90+
- uses: actions/download-artifact@v4
9191
with:
9292
pattern: dist-*
9393
path: dist

0 commit comments

Comments
 (0)