Skip to content

Commit 3073463

Browse files
committed
upgrade download artifact action
1 parent 26cfadc commit 3073463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,22 +232,22 @@ jobs:
232232
- name: Checkout
233233
uses: actions/checkout@v4
234234
- name: Download CppCon21 artifact
235-
uses: actions/download-artifact@v3
235+
uses: actions/download-artifact@v4
236236
with:
237237
name: cppcon21
238238
path: ${{ github.workspace }}
239239
- name: Download CppCon23 artifact
240-
uses: actions/download-artifact@v3
240+
uses: actions/download-artifact@v4
241241
with:
242242
name: cppcon23
243243
path: ${{ github.workspace }}
244244
- name: Download BazelCon23 artifact
245-
uses: actions/download-artifact@v3
245+
uses: actions/download-artifact@v4
246246
with:
247247
name: bazelcon23
248248
path: ${{ github.workspace }}
249249
- name: Download Web artifact
250-
uses: actions/download-artifact@v3
250+
uses: actions/download-artifact@v4
251251
with:
252252
name: web
253253
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)