Skip to content

Commit c25ae98

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
rm -rf ./site
4747
mkdir ./site
48-
- uses: actions/download-artifact@v7
48+
- uses: actions/download-artifact@v8
4949
with:
5050
path: ./site/
5151
pattern: docs-site-*

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pyproject.toml
2929
uv.lock
3030
- run: uv sync --locked --no-dev --group github-actions
31-
- uses: actions/download-artifact@v7
31+
- uses: actions/download-artifact@v8
3232
with:
3333
name: coverage-html
3434
path: htmlcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- name: Install Dependencies
177177
run: uv sync --locked --no-dev --group tests --extra all
178178
- name: Get coverage files
179-
uses: actions/download-artifact@v7
179+
uses: actions/download-artifact@v8
180180
with:
181181
pattern: coverage-*
182182
path: coverage

0 commit comments

Comments
 (0)