From aec5442e3f610260805c5dbf8a5353763269ab24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:29:57 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in the actions group Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 100ee2a..7f200cb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -149,7 +149,7 @@ jobs: steps: - name: Download release artifacts - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.1 with: name: fit-tool-release path: . @@ -168,7 +168,7 @@ jobs: steps: - name: Download release artifacts - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.1 with: name: fit-tool-release path: .