Skip to content

Commit 894518f

Browse files
Bump the github-actions group with 3 updates (#1170)
1 parent 29ede21 commit 894518f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
allow-prereleases: true
6060

6161
- name: Install uv
62-
uses: astral-sh/setup-uv@v6
62+
uses: astral-sh/setup-uv@v7
6363
with:
6464
enable-cache: true
6565

@@ -82,7 +82,7 @@ jobs:
8282
id: format_db_id
8383

8484
- name: Upload coverage data
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: coverage-data-${{ matrix.python-version }}-${{ steps.format_db_id.outputs.db_id }}
8888
path: '${{ github.workspace }}/.coverage.*'
@@ -101,13 +101,13 @@ jobs:
101101
python-version: '3.13'
102102

103103
- name: Install uv
104-
uses: astral-sh/setup-uv@v6
104+
uses: astral-sh/setup-uv@v7
105105

106106
- name: Install dependencies
107107
run: uv pip install --system coverage[toml]
108108

109109
- name: Download data
110-
uses: actions/download-artifact@v5
110+
uses: actions/download-artifact@v6
111111
with:
112112
path: ${{ github.workspace }}
113113
pattern: coverage-data-*
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Upload HTML report
125125
if: ${{ failure() }}
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v5
127127
with:
128128
name: html-report
129129
path: htmlcov
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
- uses: actions/checkout@v5
143143

144-
- uses: astral-sh/setup-uv@v6
144+
- uses: astral-sh/setup-uv@v7
145145

146146
- name: Build
147147
run: uv build

0 commit comments

Comments
 (0)