Skip to content

Commit daef9bf

Browse files
⬆ Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2fa00db commit daef9bf

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
@@ -108,7 +108,7 @@ jobs:
108108
- name: Build Docs
109109
run: | # zizmor: ignore[template-injection] - comes from trusted source
110110
uv run ./scripts/docs.py build-lang ${{ matrix.lang }}
111-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
111+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
112112
with:
113113
name: docs-site-${{ matrix.lang }}
114114
path: ./site/**

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# Do not store coverage for all possible combinations to avoid file size max errors in Smokeshow
142142
- name: Store coverage files
143143
if: matrix.coverage == 'coverage'
144-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
144+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
145145
with:
146146
name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.deprecated-tests}}-${{ hashFiles('**/coverage/.coverage.*') }}
147147
path: coverage
@@ -218,7 +218,7 @@ jobs:
218218
- run: uv run coverage combine coverage
219219
- run: uv run coverage html --title "Coverage for ${{ github.sha }}"
220220
- name: Store coverage HTML
221-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
221+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
222222
with:
223223
name: coverage-html
224224
path: htmlcov

0 commit comments

Comments
 (0)