Skip to content

Commit d862bb4

Browse files
committed
Fix workflow
1 parent 3ffe79d commit d862bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: uv build
2727

2828
- name: Upload build artifacts
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: dist
3232
path: dist/
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141

4242
- name: Download build artifacts
43-
uses: actions/download-artifact@v3
43+
uses: actions/download-artifact@v4
4444
with:
4545
name: dist
4646
path: dist/
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262

6363
- name: Download build artifacts
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565
with:
6666
name: dist
6767
path: dist/

0 commit comments

Comments
 (0)