File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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@v4
67+ uses : actions/upload-artifact@v5
6868 with :
6969 name : .coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
7070 path : coverage
8787 version : " latest"
8888
8989 - name : Get coverage files
90- uses : actions/download-artifact@v5
90+ uses : actions/download-artifact@v6
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@v4
104+ uses : actions/upload-artifact@v5
105105 with :
106106 name : coverage-html
107107 path : htmlcov
You can’t perform that action at this time.
0 commit comments