Skip to content

Commit a134ae6

Browse files
Update github actions (#1461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea28e29 commit a134ae6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: 🚀 Publish Coverage Comment
163163
if: always() && github.event_name == 'pull_request'
164164
continue-on-error: true
165-
uses: marocchino/sticky-pull-request-comment@v2
165+
uses: marocchino/sticky-pull-request-comment@v3
166166
with:
167167
header: 'Coverage'
168168
path: 'coverage/summary/SummaryGithub.md'

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo "$GITHUB_CONTEXT"
1818

1919
- name: Download artifact
20-
uses: dawidd6/action-download-artifact@v16
20+
uses: dawidd6/action-download-artifact@v18
2121
if: github.event.workflow_run.conclusion == 'success'
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)