diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index 0c0e023c7531d9b861a2090bff15462882200b87..deb5ec33e353f7dfb4e3f2e47d966d3f0d5cbd59 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -207,7 +207,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@v2.0.5
+        uses: softprops/action-gh-release@v0.1.15
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
diff --git a/changelog.d/17995.misc b/changelog.d/17995.misc
new file mode 100644
index 0000000000000000000000000000000000000000..d8e608c1ae6a07c268f9d7fd6621a5b3f2da46fc
--- /dev/null
+++ b/changelog.d/17995.misc
@@ -0,0 +1 @@
+Pin `softprops/action-gh-release` to v0.1.15 to work around https://github.com/softprops/action-gh-release/issues/445.
\ No newline at end of file