Skip to content

Commit f653a02

Browse files
Bump the github-actions group with 2 updates (#708)
1 parent a4a58e1 commit f653a02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: uvx --with tox-uv tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4444

4545
- name: Upload coverage data
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: coverage-data-${{ matrix.python-version }}
4949
path: '${{ github.workspace }}/.coverage.*'
@@ -68,7 +68,7 @@ jobs:
6868
run: uv pip install --system coverage[toml]
6969

7070
- name: Download data
71-
uses: actions/download-artifact@v7
71+
uses: actions/download-artifact@v8
7272
with:
7373
path: ${{ github.workspace }}
7474
pattern: coverage-data-*
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Upload HTML report
8686
if: ${{ failure() }}
87-
uses: actions/upload-artifact@v6
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: html-report
9090
path: htmlcov

0 commit comments

Comments
 (0)