@@ -11,14 +11,14 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4.3.0
19
+ uses : actions/setup-python@v5.1.1
20
20
with :
21
- python-version : ' 3.x '
21
+ python-version : ' 3.13 '
22
22
23
23
- name : Install dependencies
24
24
run : |
54
54
linux_arch : [ 'x86_64' ] # [suffix, mac, windows, linux] arch names
55
55
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0
60
60
81
81
MACOSX_DEPLOYMENT_TARGET : " 12"
82
82
83
83
- name : Upload Wheels
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
with :
86
86
path : ./wheelhouse/*.whl
87
87
@@ -92,12 +92,12 @@ jobs:
92
92
runs-on : ubuntu-latest
93
93
94
94
steps :
95
- - uses : actions/checkout@v3 # just need the changelog
95
+ - uses : actions/checkout@v4 # just need the changelog
96
96
97
97
- name : Set up Python
98
- uses : actions/setup-python@v4.3.0
98
+ uses : actions/setup-python@v5.1.1
99
99
with :
100
- python-version : ' 3.x '
100
+ python-version : ' 3.13 '
101
101
102
102
- name : Install dependencies
103
103
run : |
@@ -110,7 +110,7 @@ jobs:
110
110
echo "$(yaclog show -mb)" >> RELEASE.md
111
111
112
112
- name : Download Artifacts
113
- uses : actions/download-artifact@v3
113
+ uses : actions/download-artifact@v4
114
114
with :
115
115
name : artifact
116
116
path : dist
0 commit comments