Skip to content

Commit 4dfa8f0

Browse files
committed
SL-19243: Yet another BugSplat bug fix to symbol-upload.
This one corrects their treatment of our .xcarchive.zip Mac symbol files.
1 parent 5d5a449 commit 4dfa8f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

post-bugsplat-mac/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
path: _artifacts
3535

3636
- name: Post to BugSplat
37-
uses: BugSplat-Git/symbol-upload@v6.2.2
37+
uses: BugSplat-Git/symbol-upload@v7.0.1
3838
with:
3939
username: "${{ inputs.username }}"
4040
password: "${{ inputs.password }}"

post-bugsplat-windows/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
tar -xjf secondlife-symbols-windows-64.tar.bz2
4747
4848
- name: Post to BugSplat
49-
uses: BugSplat-Git/symbol-upload@v6.3.2
49+
uses: BugSplat-Git/symbol-upload@v7.0.1
5050
with:
5151
username: "${{ inputs.username }}"
5252
password: "${{ inputs.password }}"

0 commit comments

Comments
 (0)