Skip to content

Commit c67eee8

Browse files
author
Ysf
committed
actions version
1 parent 5d5b0ab commit c67eee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
mv dist/*.whl wheelhouse/
3232
3333
- name: Upload artifact
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: wheels
3737
path: ./wheelhouse/*.whl
@@ -42,7 +42,7 @@ jobs:
4242
if: github.event.pull_request.merged == true || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
4343
steps:
4444
- name: Download wheels
45-
uses: actions/download-artifact@v2
45+
uses: actions/download-artifact@v4
4646
with:
4747
name: wheels
4848
path: dist/

0 commit comments

Comments
 (0)