Skip to content

Commit 774442e

Browse files
chore(ci): upgrade to v5-beta
1 parent f01b12e commit 774442e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.coverage

52 KB
Binary file not shown.

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5.0.0-beta
99
with:
1010
fetch-depth: 0
1111
- name: Set up Python 3.10
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v5.0.0-beta
1313
with:
1414
python-version: '3.10'
1515
- name: Install dependencies
1616
run: pip install -r requirements.txt
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
1919
- name: Upload coverage to Codecov
20-
uses: codecov/codecov-action@v4
20+
uses: codecov/codecov-action@v5.0.0-beta
2121
with:
2222
verbose: true
2323
env:

0 commit comments

Comments
 (0)