Skip to content

Commit 6da4a37

Browse files
committed
fix workflow
1 parent c87f7bd commit 6da4a37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: 检查代码
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.x'
2020

@@ -30,7 +30,7 @@ jobs:
3030
python setup.py bdist_wheel
3131
3232
- name: Upload Artifacts
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: mctoast-snapshot
3636
path: dist/*.whl

img/game.gif

2.54 MB
Loading

0 commit comments

Comments
 (0)