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.
2 parents 0179975 + 0713d6b commit 9152f71Copy full SHA for 9152f71
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
GITHUB_TOKEN: ${{ github.token }}
41
42
- name: Store Pull Request comment to be posted
43
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
44
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
45
with:
46
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly
0 commit comments