From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 08:14:44 +0000 (+0200) Subject: ⬆ Bump actions/download-artifact from 4 to 5 (#1451) X-Git-Tag: 0.0.25~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f239249b6cc28ddf37cd7fdd98fbd148a405b251;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆ Bump actions/download-artifact from 4 to 5 (#1451) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 95e23882..f261979d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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 diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index 2166c8e2..efb979d2 100644 --- a/.github/workflows/smokeshow.yml +++ b/.github/workflows/smokeshow.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7487c824..70262212 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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