From a97f942998fe895a1aabc64e1a4e36dc6d89c12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:12:00 +0000 Subject: [PATCH] chore(deps)(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 12 ++++++------ .github/workflows/ci.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a8125d0a..218308bf 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -143,7 +143,7 @@ jobs: git bundle create repo.bundle --all - name: Upload bundle as artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: git-repo-bundle path: repo.bundle @@ -176,7 +176,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Download git bundle - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: git-repo-bundle @@ -274,7 +274,7 @@ jobs: fi - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.asset_name }}-binary path: ./repo/dist/treemapper-* @@ -292,7 +292,7 @@ jobs: id-token: write steps: - name: Download git bundle - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: git-repo-bundle @@ -369,7 +369,7 @@ jobs: contents: write steps: - name: Download git bundle - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: git-repo-bundle @@ -422,7 +422,7 @@ jobs: echo "Successfully pushed version commit and tag" - name: Download all build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ./artifacts diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eba80b8c..d4d547a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: verbose: true - name: Upload coverage for SonarCloud - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' with: name: coverage-report