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 Feb 24, 2023
1 parent 1f1dffd commit ceddead
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 @@ -214,7 +214,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 ceddead

Please sign in to comment.