We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87f7bd commit 6da4a37Copy full SHA for 6da4a37
.github/workflows/build.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- name: 检查代码
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
- name: Set up Python
17
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
18
with:
19
python-version: '3.x'
20
@@ -30,7 +30,7 @@ jobs:
30
python setup.py bdist_wheel
31
32
- name: Upload Artifacts
33
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
34
35
name: mctoast-snapshot
36
path: dist/*.whl
img/game.gif
2.54 MB
0 commit comments