File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
needs : [build]
61
61
steps :
62
62
- name : Download artifacts
63
- uses : actions/download-artifact@v4
63
+ uses : actions/download-artifact@v5
64
64
with :
65
65
name : site
66
66
path : site
Original file line number Diff line number Diff line change 74
74
- uses : actions/setup-python@v5
75
75
with :
76
76
python-version : ${{ matrix.python-version }}
77
- - uses : actions/download-artifact@v4
77
+ - uses : actions/download-artifact@v5
78
78
with :
79
79
pattern : dist-*
80
80
merge-multiple : true
@@ -119,7 +119,7 @@ jobs:
119
119
- uses : actions/setup-python@v5
120
120
with :
121
121
python-version : " 3.12"
122
- - uses : actions/download-artifact@v4
122
+ - uses : actions/download-artifact@v5
123
123
with :
124
124
pattern : dist-*
125
125
merge-multiple : true
Original file line number Diff line number Diff line change 99
99
- uses : actions/setup-python@v5
100
100
with :
101
101
python-version : " 3.12"
102
- - uses : actions/download-artifact@v4
102
+ - uses : actions/download-artifact@v5
103
103
with :
104
104
pattern : dist-*
105
105
merge-multiple : true
You can’t perform that action at this time.
0 commit comments