Skip to content

Commit bfdb563

Browse files
committed
chore: update deprecated github actions
1 parent 639cb8e commit bfdb563

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
@@ -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
@@ -101,7 +101,7 @@ jobs:
101101
id-token: write
102102
steps:
103103
- name: ⬇ Download build result
104-
uses: actions/download-artifact@v3
104+
uses: actions/download-artifact@v4
105105
with:
106106
name: dist
107107
path: dist

0 commit comments

Comments
 (0)