diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b63084b..a3d54d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: ANNOTATION_TYPE: error - name: Store Pull Request comment to be posted - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' with: # If you use a different name, update COMMENT_ARTIFACT_NAME accordingly