File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 GITHUB_CONTEXT : ${{ toJson(github) }}
1919 run : echo "$GITHUB_CONTEXT"
2020
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222
2323 - name : Set up Python
2424 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1515 if : github.event.pull_request.draft == false
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.13
4545 fail-fast : false
4646
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949 - name : Set up Python
5050 uses : actions/setup-python@v6
5151 with :
6464 COVERAGE_FILE : coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
6565 CONTEXT : ${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
6666 - name : Store coverage files
67- uses : actions/upload-artifact@v5
67+ uses : actions/upload-artifact@v6
6868 with :
6969 name : .coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
7070 path : coverage
7676 runs-on : ubuntu-latest
7777
7878 steps :
79- - uses : actions/checkout@v5
79+ - uses : actions/checkout@v6
8080
8181 - uses : actions/setup-python@v6
8282 with :
8787 version : " latest"
8888
8989 - name : Get coverage files
90- uses : actions/download-artifact@v6
90+ uses : actions/download-artifact@v7
9191 with :
9292 pattern : .coverage*
9393 path : coverage
@@ -101,7 +101,7 @@ jobs:
101101 - run : coverage html --show-contexts --title "taskiq-faststream coverage for ${{ github.sha }}"
102102
103103 - name : Store coverage html
104- uses : actions/upload-artifact@v5
104+ uses : actions/upload-artifact@v6
105105 with :
106106 name : coverage-html
107107 path : htmlcov
You can’t perform that action at this time.
0 commit comments