File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
88
- name : Source code checkout
89
89
uses : actions/checkout@v3
90
90
- name : Restore python package
91
- uses : actions/download-artifact@v3
91
+ uses : actions/download-artifact@v4
92
92
with :
93
93
name : python-package
94
94
path : dist
@@ -119,7 +119,7 @@ jobs:
119
119
id-token : write
120
120
steps :
121
121
- name : Restore python package
122
- uses : actions/download-artifact@v3
122
+ uses : actions/download-artifact@v4
123
123
with :
124
124
name : python-package
125
125
path : dist
@@ -136,7 +136,7 @@ jobs:
136
136
runs-on : ubuntu-latest
137
137
steps :
138
138
- name : Restore python package
139
- uses : actions/download-artifact@v3
139
+ uses : actions/download-artifact@v4
140
140
with :
141
141
name : python-package
142
142
path : dist
@@ -162,7 +162,7 @@ jobs:
162
162
- name : Source code checkout
163
163
uses : actions/checkout@v3
164
164
- name : Restore python package
165
- uses : actions/download-artifact@v3
165
+ uses : actions/download-artifact@v4
166
166
with :
167
167
name : python-package
168
168
path : dist
You can’t perform that action at this time.
0 commit comments