Skip to content

Commit e862a8f

Browse files
committed
actions bump
1 parent baae03f commit e862a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
url: ${{ steps.deployment.outputs.page_url }}
4747
steps:
4848
- id: deployment
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v4

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
AWS_DEFAULT_REGION: us-east-1
2828
- name: Upload coverage to Codecov
29-
uses: codecov/codecov-action@v3
29+
uses: codecov/codecov-action@v4
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
fail_ci_if_error: true

0 commit comments

Comments
 (0)