Skip to content

Commit

Permalink
update upload/download artifact actions to fix build (#1623)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com>
Co-authored-by: Dave Kelsey <d_kelsey@uk.ibm.com>
  • Loading branch information
davidkel and Dave Kelsey authored Sep 10, 2024
1 parent 0e01238 commit 3c6b739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download coverage reports artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.8
with:
name: coverage-reports
path: packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm test --workspaces
- name: Upload coverage reports artifact
if: matrix.node-version == '18.x'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: coverage-reports
path: packages/*/coverage/clover.xml

0 comments on commit 3c6b739

Please sign in to comment.