Skip to content

Commit f5c50bb

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 22c4d36 commit f5c50bb

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
@@ -29,7 +29,7 @@ jobs:
2929
pyproject.toml
3030
uv.lock
3131
- run: uv sync --locked --no-dev --group github-actions
32-
- uses: actions/download-artifact@v7
32+
- uses: actions/download-artifact@v8
3333
with:
3434
name: coverage-html
3535
path: htmlcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
pyproject.toml
9595
uv.lock
9696
- name: Get coverage files
97-
uses: actions/download-artifact@v7
97+
uses: actions/download-artifact@v8
9898
with:
9999
pattern: coverage-*
100100
path: coverage

0 commit comments

Comments
 (0)