]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump actions/download-artifact from 7 to 8 (#1789)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 27 Feb 2026 10:26:57 +0000 (11:26 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 10:26:57 +0000 (11:26 +0100)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/deploy-docs.yml
.github/workflows/smokeshow.yml
.github/workflows/test.yml

index 6bc04cdc7e9201db92ef62b2caae862ebbc26207..62ae7b648ecd86b962265e0ad7249ee039ae4063 100644 (file)
@@ -45,7 +45,7 @@ jobs:
         run: |
           rm -rf ./site
           mkdir ./site
-      - uses: actions/download-artifact@v7
+      - uses: actions/download-artifact@v8
         with:
           path: ./site/
           pattern: docs-site
index 443bccb2bc557c871047d6a0f0daaaf6e8bd22c5..60c922d58cfe47054dd046d329f959adcd14bcd6 100644 (file)
@@ -23,7 +23,7 @@ jobs:
             pyproject.toml
             uv.lock
       - run: uv sync --locked --no-dev --group github-actions
-      - uses: actions/download-artifact@v7
+      - uses: actions/download-artifact@v8
         with:
           name: coverage-html
           path: htmlcov
index e802b1982cdc3941b35a0ef9634faeb3811e4e03..aa31f257bec81764912f707fb1fa6b410327c0f6 100644 (file)
@@ -101,7 +101,7 @@ jobs:
             pyproject.toml
             uv.lock
       - name: Get coverage files
-        uses: actions/download-artifact@v7
+        uses: actions/download-artifact@v8
         with:
           pattern: coverage-*
           path: coverage