Skip to content

Commit cb69414

Browse files
Bump actions/upload-artifact from 5 to 6 (#459)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0769294 commit cb69414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
shell: python
6969
- name: "📦 Upload coverage data"
7070
if: ${{ !startsWith(matrix.py, 'pypy')}}
71-
uses: actions/upload-artifact@v5
71+
uses: actions/upload-artifact@v6
7272
with:
7373
include-hidden-files: true
7474
name: .coverage.${{ matrix.os }}.${{ matrix.py }}
@@ -104,7 +104,7 @@ jobs:
104104
env:
105105
UV_PYTHON_PREFERENCE: only-managed
106106
- name: "📤 Upload HTML report"
107-
uses: actions/upload-artifact@v5
107+
uses: actions/upload-artifact@v6
108108
with:
109109
name: html-report
110110
path: .tox/htmlcov

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "📦 Build package"
1919
run: uv build --python 3.14 --python-preference only-managed --sdist --wheel . --out-dir dist
2020
- name: "📤 Store the distribution packages"
21-
uses: actions/upload-artifact@v5
21+
uses: actions/upload-artifact@v6
2222
with:
2323
name: ${{ env.dists-artifact-name }}
2424
path: dist/*

0 commit comments

Comments
 (0)