]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump actions/download-artifact from 5 to 6 (#1621)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 27 Oct 2025 10:40:56 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 10:40:56 +0000 (11:40 +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 0704bbcb30380b403db69d50e7354c0f67fff96b..05e5a0685ca7fd9e7603d74399e5a65bb92ea73b 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 b08add222f8e3c0a6215dd0f5fbc758ddd68be9f..79d1ded7ee5dc86cad0b056d2f5e658ad15a1d1a 100644 (file)
@@ -29,7 +29,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 60e3329623f6d174e9b8d27b73624f38d8d5f027..c296a07d3e819eeaa9cf858be558ba18cf8fd312 100644 (file)
@@ -115,7 +115,7 @@ jobs:
             requirements**.txt
             pyproject.toml
       - name: Get coverage files
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v6
         with:
           pattern: coverage-*
           path: coverage