From f3bed7bf72fef56db8de4e17dea2598f961bf358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:56:18 +0100 Subject: [PATCH] Bump svenstaro/upload-release-action from 1.pre.release to 2.9.0 (#1431) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 1.pre.release to 2.9.0.
Release notes

Sourced from svenstaro/upload-release-action's releases.

2.9.0

2.8.0

2.7.0

2.6.1

2.6.0

2.5.0

2.4.1

2.4.0

2.3.0

2.2.1

2.2.0

2.1.1

2.1.0

2.0.0

... (truncated)

Changelog

Sourced from svenstaro/upload-release-action's changelog.

[2.9.0] - 2024-02-22

[2.8.0] - 2024-02-21

[2.7.0] - 2023-07-28

[2.6.1] - 2023-05-31

[2.6.0] - 2023-05-23

[2.5.0] - 2023-02-21

[2.4.1] - 2023-02-01

[2.4.0] - 2023-01-09

[2.3.0] - 2022-06-05

[2.2.1] - 2020-12-16

[2.2.0] - 2020-10-07

[2.1.1] - 2020-09-25

[2.1.0] - 2020-08-10

[2.0.0] - 2020-07-03

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svenstaro/upload-release-action&package-manager=github_actions&previous-version=1.pre.release&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/haskell.yaml | 2 +- .github/workflows/rust.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yaml b/.github/workflows/haskell.yaml index 3157830315..eb574837b2 100644 --- a/.github/workflows/haskell.yaml +++ b/.github/workflows/haskell.yaml @@ -75,7 +75,7 @@ jobs: path: artifacts - name: Upload Release - uses: svenstaro/upload-release-action@v1-release + uses: svenstaro/upload-release-action@2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "artifacts/*/*.zip" diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 2938fe8fd3..9bdcf3648a 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -94,7 +94,7 @@ jobs: - name: Upload Release if: startsWith(github.ref, 'refs/tags/v') - uses: svenstaro/upload-release-action@v1-release + uses: svenstaro/upload-release-action@2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "*.zip"