@@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
if : github.repository == 'ActivitySim/activitysim'
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
- - uses : actions/setup-python@v4
19
+ - uses : actions/setup-python@v5
20
20
name : Install Python
21
21
with :
22
22
python-version : " 3.10"
39
39
else
40
40
echo "✅ Looks good"
41
41
fi
42
- - uses : actions/upload-artifact@v3
42
+ - uses : actions/upload-artifact@v4
43
43
with :
44
44
name : releases
45
45
path : dist
@@ -48,11 +48,11 @@ jobs:
48
48
needs : build-artifacts
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/setup-python@v4
51
+ - uses : actions/setup-python@v5
52
52
name : Install Python
53
53
with :
54
54
python-version : " 3.10"
55
- - uses : actions/download-artifact@v4.1.7
55
+ - uses : actions/download-artifact@v4
56
56
with :
57
57
name : releases
58
58
path : dist
@@ -84,13 +84,13 @@ jobs:
84
84
run :
85
85
shell : bash -l {0}
86
86
steps :
87
- - uses : actions/checkout@v3
88
- - uses : actions/download-artifact@v4.1.7
87
+ - uses : actions/checkout@v4
88
+ - uses : actions/download-artifact@v4
89
89
with :
90
90
name : releases
91
91
path : dist
92
92
- name : Set up Python 3.10
93
- uses : actions/setup-python@v2
93
+ uses : actions/setup-python@v5
94
94
with :
95
95
python-version : " 3.10"
96
96
- name : Install dependencies
@@ -132,7 +132,7 @@ jobs:
132
132
if : github.event_name == 'release'
133
133
runs-on : ubuntu-latest
134
134
steps :
135
- - uses : actions/download-artifact@v4.1.7
135
+ - uses : actions/download-artifact@v4
136
136
with :
137
137
name : releases
138
138
path : dist
0 commit comments