]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump actions/upload-artifact from 5 to 6 dependabot/github_actions/actions/upload-artifact-6 1675/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 12 Dec 2025 22:04:20 +0000 (22:04 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 22:04:20 +0000 (22:04 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/build-docs.yml
.github/workflows/test.yml

index 5a419ce2b2f985f796298db66a6102508202d295..3b6c5fb33e7f507ee8747e47c95c740228600dc8 100644 (file)
@@ -73,7 +73,7 @@ jobs:
         run: python ./scripts/docs.py verify-readme
       - name: Build Docs
         run: python ./scripts/docs.py build
-      - uses: actions/upload-artifact@v5
+      - uses: actions/upload-artifact@v6
         with:
           name: docs-site
           path: ./site/**
index 641c8829c666f99d143d746dfdd4069cb77b8ab3..88207fc8fae774c424f0df5e9b80593f61e0d12c 100644 (file)
@@ -91,7 +91,7 @@ jobs:
           COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
           CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
       - name: Store coverage files
-        uses: actions/upload-artifact@v5
+        uses: actions/upload-artifact@v6
         with:
           name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
           path: coverage
@@ -127,7 +127,7 @@ jobs:
       - run: coverage report
       - run: coverage html --title "Coverage for ${{ github.sha }}"
       - name: Store coverage HTML
-        uses: actions/upload-artifact@v5
+        uses: actions/upload-artifact@v6
         with:
           name: coverage-html
           path: htmlcov