Skip to content

Commit 9f046b0

Browse files
Update github actions (#1470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b34d02 commit 9f046b0

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
@@ -170,7 +170,7 @@ jobs:
170170
- name: 🚀 Publish Codecov Coverage
171171
if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
172172
continue-on-error: true
173-
uses: codecov/codecov-action@v5.5.4
173+
uses: codecov/codecov-action@v6.0.0
174174
with:
175175
name: 'actions'
176176
token: '${{ secrets.CODECOV_TOKEN }}'

.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@v18
20+
uses: dawidd6/action-download-artifact@v19
2121
if: github.event.workflow_run.conclusion == 'success'
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)