File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout code
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Close PR
26
26
run : |
Original file line number Diff line number Diff line change 29
29
UPLOAD_NAME : ' 下载完成的本子'
30
30
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
- name : Set up Python 3.11
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : " 3.11"
37
37
62
62
mv "../$ZIP_NAME" .
63
63
64
64
- name : 上传结果
65
- uses : actions/upload-artifact@v3
65
+ uses : actions/upload-artifact@v4
66
66
with :
67
67
name : ${{ env.UPLOAD_NAME }}
68
68
path : ${{ env.JM_DOWNLOAD_DIR }}/${{ env.ZIP_NAME }}
Original file line number Diff line number Diff line change 84
84
JM_DOWNLOAD_DIR : /home/runner/work/jmcomic/download/
85
85
86
86
steps :
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@v4
88
88
- name : Set up Python 3.11
89
- uses : actions/setup-python@v4
89
+ uses : actions/setup-python@v5
90
90
with :
91
91
python-version : " 3.11"
92
92
@@ -117,7 +117,7 @@ jobs:
117
117
mv "../$ZIP_NAME" .
118
118
119
119
- name : 上传结果
120
- uses : actions/upload-artifact@v3
120
+ uses : actions/upload-artifact@v4
121
121
with :
122
122
name : ${{ env.UPLOAD_NAME }}
123
123
path : ${{ env.JM_DOWNLOAD_DIR }}/${{ env.ZIP_NAME }}
Original file line number Diff line number Diff line change 48
48
ZIP_FP : /home/runner/work/jmcomic/download/export.7z
49
49
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
- name : Set up Python 3.11
53
- uses : actions/setup-python@v4
53
+ uses : actions/setup-python@v5
54
54
with :
55
55
python-version : " 3.11"
56
56
71
71
python workflow_export_favorites.py
72
72
73
73
- name : 上传结果
74
- uses : actions/upload-artifact@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
name : ' 导出的收藏夹'
77
77
path : ${{ env.ZIP_FP }}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
name : Publish `jmcomic` to PYPI
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Set up Python 3.11
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.11"
20
20
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
if : startsWith(github.event.head_commit.message, 'v')
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Set up Python 3.11
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.11"
21
21
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
31
31
- name : Set up Python ${{ matrix.python-version }}
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
31
31
- name : Set up Python ${{ matrix.python-version }}
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
You can’t perform that action at this time.
0 commit comments