Skip to content

Commit 7e67c8d

Browse files
authored
Update test.yml
1 parent 0774909 commit 7e67c8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
tests:
1515
name: ${{ matrix.database }} Python ${{ matrix.python-version }}
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-latest
1717

1818
strategy:
1919
fail-fast: false
@@ -43,14 +43,14 @@ jobs:
4343
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4444

4545
- name: Upload coverage data
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: coverage-data
4949
path: '.coverage*'
5050

5151
coverage:
5252
name: Coverage
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-latest
5454
needs: tests
5555
steps:
5656
- uses: actions/checkout@v3
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Upload HTML report
7777
if: ${{ failure() }}
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: html-report
8181
path: htmlcov

0 commit comments

Comments
 (0)