Skip to content

Commit 00eed98

Browse files
committed
Bump deps
1 parent b14e3b6 commit 00eed98

File tree

2 files changed

+315
-315
lines changed

2 files changed

+315
-315
lines changed

.github/workflows/lint_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uv run tox -e ${{ steps.get-pyver.outputs.PYVER }}
7979
8080
- name: Cache coverage for ${{ matrix.python-version }}
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: cov_py${{ matrix.python-version }}
8484
path: .coverage
@@ -98,7 +98,7 @@ jobs:
9898
python-version-file: "pyproject.toml"
9999

100100
- name: Pull coverage workflow artifacts
101-
uses: actions/download-artifact@v6
101+
uses: actions/download-artifact@v7
102102
with:
103103
path: cov_cache/
104104

@@ -116,7 +116,7 @@ jobs:
116116
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
117117
118118
- name: Publish cov HTML
119-
uses: actions/upload-artifact@v5
119+
uses: actions/upload-artifact@v6
120120
with:
121121
path: htmlcov/
122122
name: cov_report_html

0 commit comments

Comments
 (0)