Skip to content

Commit

Permalink
Merge pull request #52 from danielfromearth/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/develop/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
danielfromearth authored Dec 18, 2023
2 parents cc58ee6 + 8ccae55 commit 71f19be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
- name: Archive code coverage report (xml)
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code coverage report (xml)
path: build/reports/coverage.xml

- name: Archive code coverage report (HTML)
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code coverage report (HTML)
path: build/reports/coverage.html

0 comments on commit 71f19be

Please sign in to comment.