From 7a5dc06928685bb2c6967bb364bd2d3a5c06f49f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:41:19 +0000 Subject: [PATCH] dev: bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `dawidd6/action-download-artifact` from 3 to 7 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v7) Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/console-e2e.yml | 2 +- .github/workflows/release-rc.yml | 2 +- .github/workflows/release-snapshot.yml | 2 +- .github/workflows/release-tag.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/console-e2e.yml b/.github/workflows/console-e2e.yml index 53326d700f..baab79aa1b 100644 --- a/.github/workflows/console-e2e.yml +++ b/.github/workflows/console-e2e.yml @@ -145,7 +145,7 @@ jobs: with: name: "build-files" - name: Download last failed spec - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v7 continue-on-error: true with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-rc.yml b/.github/workflows/release-rc.yml index ff989c87e6..f9eafc3e35 100644 --- a/.github/workflows/release-rc.yml +++ b/.github/workflows/release-rc.yml @@ -64,7 +64,7 @@ jobs: export RC_VERSION=${RC_VERSION#release/v} echo "rc_version=$RC_VERSION" >> $GITHUB_OUTPUT - name: Run Goreleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: version: "v1.18.2" args: release --config .goreleaser.snapshot.yml --snapshot --timeout 60m diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 67c8daa3a2..c8ca8a7124 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -55,7 +55,7 @@ jobs: printf '%s' '${{ secrets.SIGNATURE_PASSPHRASE }}' >/tmp/gpg_passphrase cat /tmp/gpg_passphrase | gpg --passphrase-fd 0 --no-tty --batch --import gpg_signing_key - name: Run Goreleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: version: "v1.18.2" args: release --config .goreleaser.snapshot.yml --snapshot --timeout 60m diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index e1672a370c..2db55035d7 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -117,7 +117,7 @@ jobs: printf '%s' '${{ secrets.SIGNATURE_PASSPHRASE }}' >/tmp/gpg_passphrase cat /tmp/gpg_passphrase | gpg --passphrase-fd 0 --no-tty --batch --import gpg_signing_key - name: Run Goreleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: version: "v1.18.2" args: release --config .goreleaser.release.yml --release-notes /tmp/release-notes.md --timeout 120m