File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
with :
131
131
apt : $UBUNTU_PACKAGES
132
132
- name : fetch tarball from previous job(s)
133
- uses : actions/download-artifact@v4.1.7
133
+ uses : actions/download-artifact@v4
134
134
with :
135
135
name : tarball
136
136
- name : extract tarball
@@ -160,7 +160,7 @@ jobs:
160
160
apt : $UBUNTU_PACKAGES
161
161
pip : $PIP_PACKAGES
162
162
- name : fetch tarball from previous job(s)
163
- uses : actions/download-artifact@v4.1.7
163
+ uses : actions/download-artifact@v4
164
164
with :
165
165
name : tarball
166
166
- name : extract tarball
@@ -192,7 +192,7 @@ jobs:
192
192
- name : Checkout the repo
193
193
uses : actions/checkout@v3
194
194
- name : fetch tarball from previous job(s)
195
- uses : actions/download-artifact@v4.1.7
195
+ uses : actions/download-artifact@v4
196
196
with :
197
197
name : tarball
198
198
- name : list git files
You can’t perform that action at this time.
0 commit comments