Skip to content

Commit 0ac00c1

Browse files
committed
update publish.yml
1 parent 90f1f96 commit 0ac00c1

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
@@ -58,7 +58,7 @@ jobs:
5858
run: twine check dist/*
5959

6060
- name: Upload build artifacts
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: dist
6464
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download build artifacts
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
name: dist
7676
path: dist/
@@ -87,7 +87,7 @@ jobs:
8787

8888
steps:
8989
- name: Download build artifacts
90-
uses: actions/download-artifact@v3
90+
uses: actions/download-artifact@v4
9191
with:
9292
name: dist
9393
path: dist/

0 commit comments

Comments
 (0)