Skip to content

Commit

Permalink
Update svenstaro/upload-release-action action to v2.9.0 (#5600)
Browse files Browse the repository at this point in the history
[![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://github.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

<details>
<summary>svenstaro/upload-release-action
(svenstaro/upload-release-action)</summary>

###
[`v2.9.0`](https://github.com/svenstaro/upload-release-action/blob/HEAD/CHANGELOG.md#290---2024-02-22)

[Compare
Source](https://github.com/svenstaro/upload-release-action/compare/2.8.0...2.9.0)

- Allow seeting a release as draft
[#&#8203;112](https://github.com/svenstaro/upload-release-action/pull/112)
(thanks [@&#8203;ShonP40](https://github.com/ShonP40))

###
[`v2.8.0`](https://github.com/svenstaro/upload-release-action/blob/HEAD/CHANGELOG.md#280---2024-02-21)

[Compare
Source](https://github.com/svenstaro/upload-release-action/compare/2.7.0...2.8.0)

-   Bump all deps
-   Update to node 20

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->

Signed-off-by: Mend Renovate <bot@renovateapp.com>
  • Loading branch information
renovate-bot authored Jun 12, 2024
1 parent 11cb50d commit 7fab03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7fab03b

Please sign in to comment.