From 7fab03b0152e46aed27211c69d791f30f0f20360 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 12 Jun 2024 22:42:50 +0200 Subject: [PATCH] Update svenstaro/upload-release-action action to v2.9.0 (#5600) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [svenstaro/upload-release-action](https://togithub.com/svenstaro/upload-release-action) | action | minor | `v2.7.0` -> `2.9.0` | # Warnings (1) Please correct - or verify that you can safely ignore - these warnings before you merge this PR. - `svenstaro/upload-release-action`: Could not determine new digest for update (github-tags package svenstaro/upload-release-action) --- --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
svenstaro/upload-release-action (svenstaro/upload-release-action) ### [`v2.9.0`](https://togithub.com/svenstaro/upload-release-action/blob/HEAD/CHANGELOG.md#290---2024-02-22) [Compare Source](https://togithub.com/svenstaro/upload-release-action/compare/2.8.0...2.9.0) - Allow seeting a release as draft [#​112](https://togithub.com/svenstaro/upload-release-action/pull/112) (thanks [@​ShonP40](https://togithub.com/ShonP40)) ### [`v2.8.0`](https://togithub.com/svenstaro/upload-release-action/blob/HEAD/CHANGELOG.md#280---2024-02-21) [Compare Source](https://togithub.com/svenstaro/upload-release-action/compare/2.7.0...2.8.0) - Bump all deps - Update to node 20
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/jaegertracing/jaeger). Signed-off-by: Mend Renovate --- .github/workflows/ci-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 67f856e9770..ee2dcdbcee3 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -77,7 +77,7 @@ jobs: run: bash scripts/package-deploy.sh - name: Upload binaries - uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2.7.0 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0 with: file: '{deploy/*.tar.gz,deploy/*.zip,deploy/*.sha256sum.txt,deploy/*.asc}' file_glob: true @@ -122,7 +122,7 @@ jobs: # Upload SBOM manually, because anchore/sbom-action does not do that # when the workflow is triggered manually, only from a release. # See https://github.com/jaegertracing/jaeger/issues/4817 - uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2.7.0 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0 with: file: jaeger-SBOM.spdx.json overwrite: true