Skip to content

Commit dad8f34

Browse files
committed
build: actions/download-artifact@v3
1 parent b17df32 commit dad8f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
run: sudo apt-get -y install lcov
208208

209209
- name: Collect coverage reports
210-
uses: actions/download-artifact@v2
210+
uses: actions/download-artifact@v3
211211
with:
212212
name: coverage
213213
path: ./coverage

0 commit comments

Comments
 (0)