]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump actions/download-artifact from 4 to 5 (#1451)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 19 Aug 2025 08:14:44 +0000 (10:14 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Aug 2025 08:14:44 +0000 (10:14 +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 95e238823eb7c77ec01da5f533a420b7f91eb818..f261979d7b8c4757780204d7571e027fff85d9c9 100644 (file)
@@ -49,7 +49,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 2166c8e210170f2bb61a799773e4be9e6d5d2080..efb979d2eac27b644aaa7be6c97f1782e85ea247 100644 (file)
@@ -29,7 +29,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 7487c8242d5002e99e948e1a2b52501194a5e4c1..7026221265e73f63b4414f1335a9bb16fd58487d 100644 (file)
@@ -100,7 +100,7 @@ jobs:
             requirements**.txt
             pyproject.toml
       - name: Get coverage files
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v5
         with:
           pattern: coverage-*
           path: coverage