From cf125d1d9b4ba27cbbd61e9b12414b4ea1adb85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 03:54:03 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions 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.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/create-tag-release.yaml | 2 +- .github/workflows/go-common.yml | 2 +- .github/workflows/release-creator.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-tag-release.yaml b/.github/workflows/create-tag-release.yaml index 7f985c52..b1c13a3f 100644 --- a/.github/workflows/create-tag-release.yaml +++ b/.github/workflows/create-tag-release.yaml @@ -73,7 +73,7 @@ jobs: - name: Upload Binaries if: ${{ env.BIN_NAME != '' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 env: BIN_NAME: ${{ env.BIN_NAME }} with: diff --git a/.github/workflows/go-common.yml b/.github/workflows/go-common.yml index ae353716..c3a14bf9 100644 --- a/.github/workflows/go-common.yml +++ b/.github/workflows/go-common.yml @@ -75,7 +75,7 @@ jobs: - name: Upload coverprofile if: ${{ !cancelled() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: code-coverage path: ${{ steps.test_coverage.outputs.code_coverage_artifact }} diff --git a/.github/workflows/release-creator.yaml b/.github/workflows/release-creator.yaml index 4db0db07..d4503184 100644 --- a/.github/workflows/release-creator.yaml +++ b/.github/workflows/release-creator.yaml @@ -105,7 +105,7 @@ jobs: git push origin $REL_VERSION - name: Download binary - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 # This is required to check if the binary exists and update its name to the release. - name: Set file name