Skip to content

Commit 259b86e

Browse files
committed
chore: update deprecated github actions
1 parent efb45aa commit 259b86e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: >-
2525
python setup.py sdist bdist_wheel
2626
- name: ⬆ Upload build result
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: dist
3030
path: dist
@@ -59,7 +59,7 @@ jobs:
5959
id-token: write
6060
steps:
6161
- name: ⬇ Download build result
62-
uses: actions/download-artifact@v3
62+
uses: actions/download-artifact@v4
6363
with:
6464
name: dist
6565
path: dist
@@ -80,7 +80,7 @@ jobs:
8080
id-token: write
8181
steps:
8282
- name: ⬇ Download build result
83-
uses: actions/download-artifact@v3
83+
uses: actions/download-artifact@v4
8484
with:
8585
name: dist
8686
path: dist

0 commit comments

Comments
 (0)