Skip to content

Commit edcece4

Browse files
authored
Use download-artifact@v4
1 parent b060051 commit edcece4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
apt: $UBUNTU_PACKAGES
132132
- name: fetch tarball from previous job(s)
133-
uses: actions/download-artifact@v4.1.7
133+
uses: actions/download-artifact@v4
134134
with:
135135
name: tarball
136136
- name: extract tarball
@@ -160,7 +160,7 @@ jobs:
160160
apt: $UBUNTU_PACKAGES
161161
pip: $PIP_PACKAGES
162162
- name: fetch tarball from previous job(s)
163-
uses: actions/download-artifact@v4.1.7
163+
uses: actions/download-artifact@v4
164164
with:
165165
name: tarball
166166
- name: extract tarball
@@ -192,7 +192,7 @@ jobs:
192192
- name: Checkout the repo
193193
uses: actions/checkout@v3
194194
- name: fetch tarball from previous job(s)
195-
uses: actions/download-artifact@v4.1.7
195+
uses: actions/download-artifact@v4
196196
with:
197197
name: tarball
198198
- name: list git files

0 commit comments

Comments
 (0)