File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
runs-on : ${{ matrix.cfg.os }}
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
path : korman
36
36
37
37
- name : Setup Python
38
- uses : actions/setup-python@v4
38
+ uses : actions/setup-python@v5
39
39
with :
40
40
python-version : " 3.7"
41
41
architecture : ${{ matrix.cfg.python-arch }}
55
55
-NoInstaller -NoBlender
56
56
57
57
- name : Upload Standalone Korman
58
- uses : actions/upload-artifact@v3
58
+ uses : actions/upload-artifact@v4
59
59
with :
60
60
name : korman-standalone-${{ matrix.cfg.str }}
61
61
path : build/package
@@ -80,13 +80,13 @@ jobs:
80
80
81
81
steps :
82
82
- name : Checkout Korman
83
- uses : actions/checkout@v3
83
+ uses : actions/checkout@v4
84
84
with :
85
85
path : korman
86
86
87
87
- name : Download Artifacts
88
88
id : download
89
- uses : actions/download-artifact@v3
89
+ uses : actions/download-artifact@v4
90
90
with :
91
91
path : artifacts
92
92
You can’t perform that action at this time.
0 commit comments