Skip to content

Commit 20f0a29

Browse files
⬆ Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 873e48f commit 20f0a29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
path: docs/${{ matrix.lang }}/.cache
9898
- name: Build Docs
9999
run: uv run ./scripts/docs.py build-lang ${{ matrix.lang }}
100-
- uses: actions/upload-artifact@v6
100+
- uses: actions/upload-artifact@v7
101101
with:
102102
name: docs-site-${{ matrix.lang }}
103103
path: ./site/**

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# Do not store coverage for all possible combinations to avoid file size max errors in Smokeshow
115115
- name: Store coverage files
116116
if: matrix.coverage == 'coverage'
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/coverage/.coverage.*') }}
120120
path: coverage
@@ -185,7 +185,7 @@ jobs:
185185
- run: uv run coverage combine coverage
186186
- run: uv run coverage html --title "Coverage for ${{ github.sha }}"
187187
- name: Store coverage HTML
188-
uses: actions/upload-artifact@v6
188+
uses: actions/upload-artifact@v7
189189
with:
190190
name: coverage-html
191191
path: htmlcov

0 commit comments

Comments
 (0)