File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
build-artifacts :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
38
38
python -m twine check dist/*
39
39
40
40
41
- - uses : actions/upload-artifact@v3
41
+ - uses : actions/upload-artifact@v4
42
42
with :
43
43
name : releases
44
44
path : dist
50
50
run :
51
51
shell : bash -l {0}
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
55
- - uses : actions/download-artifact@v3
55
+ - uses : actions/download-artifact@v4
56
56
with :
57
57
name : releases
58
58
path : dist
75
75
if : github.event_name == 'push'
76
76
runs-on : ubuntu-latest
77
77
steps :
78
- - uses : actions/download-artifact@v3
78
+ - uses : actions/download-artifact@v4
79
79
with :
80
80
name : releases
81
81
path : dist
93
93
if : ${{ github.event_name == 'release' && !github.event.act }}
94
94
runs-on : ubuntu-latest
95
95
steps :
96
- - uses : actions/download-artifact@v3
96
+ - uses : actions/download-artifact@v4
97
97
with :
98
98
name : releases
99
99
path : dist
You can’t perform that action at this time.
0 commit comments