Skip to content

Commit

Permalink
build: actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 19, 2022
1 parent 9f44f7b commit d22513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -189,7 +189,7 @@ jobs:
fi
- name: Upload code coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: steps.list_env.outputs.nyc != ''
with:
name: coverage
Expand Down

0 comments on commit d22513a

Please sign in to comment.