summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-29 10:08:20 +0100
committerGitHub <noreply@github.com>2025-04-29 10:08:20 +0100
commit0384fd72eeaa77dd56b52f38f7b339b95babe8dd (patch)
tree2498b40d9c112ab6799b382f6f9434951c05b9a2
parentBump types-jsonschema from 4.23.0.20240813 to 4.23.0.20241208 (#18305) (diff)
downloadsynapse-0384fd72eeaa77dd56b52f38f7b339b95babe8dd.tar.xz
Bump softprops/action-gh-release from 1 to 2 (#18264)
-rw-r--r--.github/workflows/release-artifacts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml

index e0b8f2faf4..e03c9d2bd5 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml
@@ -213,7 +213,7 @@ jobs: tar -cvJf debs.tar.xz debs - name: Attach to release # Pinned to work around https://github.com/softprops/action-gh-release/issues/445 - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v0.1.15 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: