We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fcdb5 commit 0a0adf7Copy full SHA for 0a0adf7
.github/workflows/codecov-upload.yml
@@ -20,6 +20,8 @@ jobs:
20
github.event.workflow_run.conclusion == 'success'
21
22
steps:
23
+ - name: Checkout
24
+ uses: actions/checkout@v4
25
- name: Download Artifacts
26
uses: actions/download-artifact@v4
27
with:
0 commit comments