Skip to content

Commit e19d8f8

Browse files
Bump the github-actions group with 3 updates (#671)
1 parent b0ed87c commit e19d8f8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
allow-prereleases: true
3838

3939
- name: Install uv
40-
uses: astral-sh/setup-uv@v6
40+
uses: astral-sh/setup-uv@v7
4141
with:
4242
enable-cache: true
4343

@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Upload coverage data
4848
if: matrix.os != 'windows-2022'
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: coverage-data-${{ matrix.python-version }}
5252
path: '${{ github.workspace }}/.coverage.*'
@@ -65,13 +65,13 @@ jobs:
6565
python-version: '3.13'
6666

6767
- name: Install uv
68-
uses: astral-sh/setup-uv@v6
68+
uses: astral-sh/setup-uv@v7
6969

7070
- name: Install dependencies
7171
run: uv pip install --system coverage[toml]
7272

7373
- name: Download data
74-
uses: actions/download-artifact@v5
74+
uses: actions/download-artifact@v6
7575
with:
7676
path: ${{ github.workspace }}
7777
pattern: coverage-data-*
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Upload HTML report
8989
if: ${{ failure() }}
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v5
9191
with:
9292
name: html-report
9393
path: htmlcov

0 commit comments

Comments
 (0)