Skip to content

Commit

Permalink
Upgrade artifact upload action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Sep 16, 2024
1 parent 7cb904a commit 0fe19eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: ./build

- name: archive coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
working-directory: ./build

- name: archive coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: |
Expand Down

0 comments on commit 0fe19eb

Please sign in to comment.