Skip to content

Commit 3cdb444

Browse files
authored
chore(deps): bump the github-actions group with 2 updates (#117)
2 parents 11671f9 + 10885ba commit 3cdb444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@v4
67+
uses: actions/upload-artifact@v5
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@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

0 commit comments

Comments
 (0)