Skip to content

Commit 86488c0

Browse files
committed
chore: update deprecated github actions
1 parent 592a9d0 commit 86488c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python setup.py sdist bdist_wheel
2525
- name: ⬆ Upload build result
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: dist
2929
path: dist
@@ -56,7 +56,7 @@ jobs:
5656
id-token: write
5757
steps:
5858
- name: ⬇ Download build result
59-
uses: actions/download-artifact@v3
59+
uses: actions/download-artifact@v4
6060
with:
6161
name: dist
6262
path: dist

0 commit comments

Comments
 (0)