Skip to content

Commit

Permalink
build: actions/download-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 19, 2022
1 parent b17df32 commit dad8f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
run: sudo apt-get -y install lcov

- name: Collect coverage reports
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: coverage
path: ./coverage
Expand Down

0 comments on commit dad8f34

Please sign in to comment.