Skip to content

Commit 27582df

Browse files
build(deps): bump the all group with 2 updates (#457)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da59cc6 commit 27582df

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
shell: python
6767
- name: Upload coverage data
6868
if: ${{ !startsWith(matrix.py, 'pypy')}}
69-
uses: actions/upload-artifact@v6
69+
uses: actions/upload-artifact@v7
7070
with:
7171
include-hidden-files: true
7272
name: .coverage.${{ matrix.os }}.${{ matrix.py }}
@@ -91,7 +91,7 @@ jobs:
9191
env:
9292
UV_PYTHON_PREFERENCE: only-managed
9393
- name: Download coverage data
94-
uses: actions/download-artifact@v7
94+
uses: actions/download-artifact@v8
9595
with:
9696
path: .tox
9797
pattern: .coverage.*
@@ -101,7 +101,7 @@ jobs:
101101
env:
102102
UV_PYTHON_PREFERENCE: only-managed
103103
- name: Upload HTML report
104-
uses: actions/upload-artifact@v6
104+
uses: actions/upload-artifact@v7
105105
with:
106106
name: html-report
107107
path: .tox/htmlcov

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build package
5050
run: uv build --python 3.14 --python-preference only-managed --sdist --wheel . --out-dir dist
5151
- name: Store the distribution packages
52-
uses: actions/upload-artifact@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: ${{ env.dists-artifact-name }}
5555
path: dist/*
@@ -94,7 +94,7 @@ jobs:
9494
git push origin "$VERSION"
9595
git push origin main
9696
- name: Download all the dists
97-
uses: actions/download-artifact@v7
97+
uses: actions/download-artifact@v8
9898
with:
9999
name: ${{ env.dists-artifact-name }}
100100
path: dist/

0 commit comments

Comments
 (0)