File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
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
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
You can’t perform that action at this time.
0 commit comments