Skip to content

Commit 3aed879

Browse files
committed
upgrade act and codecov
1 parent 961a9f8 commit 3aed879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/run-cookie-ci/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
- name: Install act
4646
uses: actionsflow/setup-act@v1
4747
with:
48-
version: '0.2.40'
48+
version: '0.2.62'
4949

5050
- name: Build Act image
5151
shell: bash

{{cookiecutter.repo_name}}/.github/workflows/{{cookiecutter._ci_name}}.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: codecov
110110
if: github.repository == '{{ cookiecutter.github_host_account }}/{{ cookiecutter.repo_name }}' && github.event_name != 'schedule'
111-
uses: codecov/codecov-action@v3
111+
uses: codecov/codecov-action@v4
112112
with:
113113
file: coverage.xml
114114
name: codecov-{{ '${{ matrix.os }}' }}-py{{ '${{ matrix.python-version }}' }}

0 commit comments

Comments
 (0)