summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-05-02 01:53:14 +0000
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-05-04 23:41:13 +0300
commitfa7b2292bb5ea3b75fc5b18a468c5ca80c9530ee (patch)
treec14f92c0af8e1136a707e0aef129a481dc912f72
parent30b897dfcdff27358745a87a3bd8d11c114bdf0e (diff)
Bump BugSplat-Git/symbol-upload from 10.3.0 to 10.3.2
Bumps [BugSplat-Git/symbol-upload](https://github.com/bugsplat-git/symbol-upload) from 10.3.0 to 10.3.2. - [Release notes](https://github.com/bugsplat-git/symbol-upload/releases) - [Commits](https://github.com/bugsplat-git/symbol-upload/compare/2a0d2b8cf9c54c494144048f25da863d93a02ccd...33f604b631df9b4be22a06c52e46acccd2db596b) --- updated-dependencies: - dependency-name: BugSplat-Git/symbol-upload dependency-version: 10.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index c1eb9cf43c..cee977e668 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -434,7 +434,7 @@ jobs:
tar -xJf "${{ needs.build.outputs.viewer_channel }}.sym.tar.xz" -C _artifacts
- name: Post Windows symbols
if: env.BUGSPLAT_DATABASE && env.SYMBOL_UPLOAD_CLIENT_ID
- uses: BugSplat-Git/symbol-upload@2a0d2b8cf9c54c494144048f25da863d93a02ccd
+ uses: BugSplat-Git/symbol-upload@33f604b631df9b4be22a06c52e46acccd2db596b
with:
clientId: "${{ env.SYMBOL_UPLOAD_CLIENT_ID }}"
clientSecret: "${{ env.SYMBOL_UPLOAD_CLIENT_SECRET }}"
@@ -462,7 +462,7 @@ jobs:
name: macOS-symbols
- name: Post Mac symbols
if: env.BUGSPLAT_DATABASE && env.SYMBOL_UPLOAD_CLIENT_ID
- uses: BugSplat-Git/symbol-upload@2a0d2b8cf9c54c494144048f25da863d93a02ccd
+ uses: BugSplat-Git/symbol-upload@33f604b631df9b4be22a06c52e46acccd2db596b
with:
clientId: "${{ env.SYMBOL_UPLOAD_CLIENT_ID }}"
clientSecret: "${{ env.SYMBOL_UPLOAD_CLIENT_SECRET }}"