Skip to content

Commit a6f5f93

Browse files
authored
chore(ci): release workflow fix (#4962)
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 9cd16c7 commit a6f5f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build
1616
run: pipx run build
1717
- name: Archive
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: dist
2121
path: dist/*
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
id-token: write
2727
steps:
28-
- uses: actions/download-artifact@v4.1.7
28+
- uses: actions/download-artifact@v4
2929
with:
3030
name: dist
3131
path: dist

0 commit comments

Comments
 (0)