Skip to content

Commit 1a2a66c

Browse files
Merge pull request #17 from secondlife/bugsplat-911
Update to BugSplat's symbol-upload@v9.1.1
2 parents 86f91cc + 8fb7b70 commit 1a2a66c

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.2.3
37+
uses: BugSplat-Git/symbol-upload@v9.1.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.xz
4747
4848
- name: Post to BugSplat
49-
uses: BugSplat-Git/symbol-upload@v7.2.3
49+
uses: BugSplat-Git/symbol-upload@v9.1.1
5050
with:
5151
username: "${{ inputs.username }}"
5252
password: "${{ inputs.password }}"

0 commit comments

Comments
 (0)