From e4a7d2cb7d110cd293ad73cb0808338539cc1767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:37:24 +0000 Subject: [PATCH] maintain(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-binaries.yaml | 2 +- .github/workflows/ci-core.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-binaries.yaml b/.github/workflows/cd-binaries.yaml index f07f6a8103..f0f8af0976 100644 --- a/.github/workflows/cd-binaries.yaml +++ b/.github/workflows/cd-binaries.yaml @@ -48,7 +48,7 @@ jobs: RELEASE_NAME: ${{ needs.prepare.outputs.release-name }} GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }} GEMFURY_TOKEN: ${{ secrets.GORELEASER_GEMFURY_TOKEN }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: binaries path: dist/ diff --git a/.github/workflows/ci-core.yaml b/.github/workflows/ci-core.yaml index 3e1ebe3135..818712b851 100644 --- a/.github/workflows/ci-core.yaml +++ b/.github/workflows/ci-core.yaml @@ -101,7 +101,7 @@ jobs: cache: true - run: go mod download -x - run: go build -debug-actiongraph=compile.json . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-log path: compile.json