Skip to content

Commit

Permalink
ci: update upload-artifact action to v4
Browse files Browse the repository at this point in the history
upload-artifact@v2 action is deprecated - update to v4 to fix CI

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
  • Loading branch information
mathieuchopstm committed Sep 9, 2024
1 parent 63c23f8 commit 2b62831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
--cov-report html \
-vv
- name: store coverage report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: htmlcov

0 comments on commit 2b62831

Please sign in to comment.