Skip to content

Commit e4a4426

Browse files
committed
chore: Bump artifact-related action version
1 parent ea7d58f commit e4a4426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
ls -lh dist/llvm.tar.xz
143143
144144
- name: Upload Artifacts
145-
uses: actions/upload-artifact@v3
145+
uses: actions/upload-artifact@v4
146146
with:
147147
name: ${{ matrix.target.id }}-${{ matrix.llvm_version }}
148148
path: dist
@@ -163,7 +163,7 @@ jobs:
163163

164164
steps:
165165
- name: Download the Artifacts
166-
uses: actions/download-artifact@v3
166+
uses: actions/download-artifact@v4
167167
with:
168168
path: artifacts
169169

0 commit comments

Comments
 (0)