Skip to content

Commit 8c1aecb

Browse files
authored
chore(deps): bump the github-actions group with 2 updates (#130)
2 parents 26567c8 + d500718 commit 8c1aecb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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@v6
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: .coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
7070
path: coverage
@@ -87,7 +87,7 @@ jobs:
8787
version: "latest"
8888

8989
- name: Get coverage files
90-
uses: actions/download-artifact@v7
90+
uses: actions/download-artifact@v8
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@v6
104+
uses: actions/upload-artifact@v7
105105
with:
106106
name: coverage-html
107107
path: htmlcov

0 commit comments

Comments
 (0)