]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump actions/download-artifact from 4 to 5 (#13975)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 8 Aug 2025 05:43:20 +0000 (07:43 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 05:43:20 +0000 (07:43 +0200)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  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 9ca69b208233d78ba612d564da92fdcb90e86171..c088d4ad1ef24a3be7f2e4f5b9c68fa06fedd0f0 100644 (file)
@@ -48,7 +48,7 @@ jobs:
         run: |
           rm -rf ./site
           mkdir ./site
-      - uses: actions/download-artifact@v4
+      - uses: actions/download-artifact@v5
         with:
           path: ./site/
           pattern: docs-site-*
index d8a5dfb306fb3196026e11c62170bf67cbd26fee..4788b4f1b51bdbc7b9aee703d00aa55bc65eb887 100644 (file)
@@ -34,7 +34,7 @@ jobs:
             requirements**.txt
             pyproject.toml
       - run: uv pip install -r requirements-github-actions.txt
-      - uses: actions/download-artifact@v4
+      - uses: actions/download-artifact@v5
         with:
           name: coverage-html
           path: htmlcov
index c3940be01b22030970b6a86d625839666f1800ca..1f9df620ca1a2c64a072f7df5ceb34f1146578e0 100644 (file)
@@ -122,7 +122,7 @@ jobs:
       - name: Install Dependencies
         run: uv pip install -r requirements-tests.txt
       - name: Get coverage files
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v5
         with:
           pattern: coverage-*
           path: coverage