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 ea28e29 commit a134ae6Copy full SHA for a134ae6
2 files changed
.github/workflows/ci.yml
@@ -162,7 +162,7 @@ jobs:
162
- name: 🚀 Publish Coverage Comment
163
if: always() && github.event_name == 'pull_request'
164
continue-on-error: true
165
- uses: marocchino/sticky-pull-request-comment@v2
+ uses: marocchino/sticky-pull-request-comment@v3
166
with:
167
header: 'Coverage'
168
path: 'coverage/summary/SummaryGithub.md'
.github/workflows/publish-docs.yml
@@ -17,7 +17,7 @@ jobs:
17
run: echo "$GITHUB_CONTEXT"
18
19
- name: Download artifact
20
- uses: dawidd6/action-download-artifact@v16
+ uses: dawidd6/action-download-artifact@v18
21
if: github.event.workflow_run.conclusion == 'success'
22
23
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments