]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump actions/download-artifact from 5 to 6 (#14236)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 28 Oct 2025 07:48:36 +0000 (08:48 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 07:48:36 +0000 (08:48 +0100)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  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 0eb26cc4d4be8bf2ec07795894dc100151e851a6..aa4fd6b657df5364913ddc544060dbdd3eb31f45 100644 (file)
@@ -49,7 +49,7 @@ jobs:
         run: |
           rm -rf ./site
           mkdir ./site
-      - uses: actions/download-artifact@v5
+      - uses: actions/download-artifact@v6
         with:
           path: ./site/
           pattern: docs-site-*
index e42d797236911ed1dd3730874eb8945ddb7c990a..eed5fbec0eb99feeafb803872358230902987fb5 100644 (file)
@@ -34,7 +34,7 @@ jobs:
             requirements**.txt
             pyproject.toml
       - run: uv pip install -r requirements-github-actions.txt
-      - uses: actions/download-artifact@v5
+      - uses: actions/download-artifact@v6
         with:
           name: coverage-html
           path: htmlcov
index 83ba1f1c41de9a00990c8959acf2f11bb76bff8c..9c3e2218b9a73e7baca7dadfc48ba95c2d1cec76 100644 (file)
@@ -126,7 +126,7 @@ jobs:
       - name: Install Dependencies
         run: uv pip install -r requirements-tests.txt
       - name: Get coverage files
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v6
         with:
           pattern: coverage-*
           path: coverage