Skip to content

Commit daf37b4

Browse files
Merge pull request #12 from secondlife/bugsplat-fix
Update to BugSplat-Git/[email protected] to fix upload failures.
2 parents 0b0c72e + b073203 commit daf37b4

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@v7.0.1
37+
uses: BugSplat-Git/symbol-upload@v7.2.3
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@v7.0.1
49+
uses: BugSplat-Git/symbol-upload@v7.2.3
5050
with:
5151
username: "${{ inputs.username }}"
5252
password: "${{ inputs.password }}"

0 commit comments

Comments
 (0)