diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56eeba7a..5e56a489 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} verbose: true - 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