File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
using : composite
29
29
steps :
30
30
- name : Download viewer symbols
31
- uses : actions/download-artifact@v3
31
+ uses : actions/download-artifact@v4
32
32
with :
33
33
name : macOS-symbols
34
34
path : _artifacts
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ runs:
28
28
using : composite
29
29
steps :
30
30
- name : Download viewer exe
31
- uses : actions/download-artifact@v3
31
+ uses : actions/download-artifact@v4
32
32
with :
33
33
name : Windows-app
34
34
path : _artifacts
35
35
36
36
- name : Download viewer symbols
37
- uses : actions/download-artifact@v3
37
+ uses : actions/download-artifact@v4
38
38
with :
39
39
name : Windows-symbols
40
40
path : _artifacts
43
43
shell : bash
44
44
run : |
45
45
cd _artifacts
46
- tar -xjf secondlife-symbols-windows-64.tar.bz2
46
+ tar -xJf secondlife-symbols-windows-64.tar.xz
47
47
48
48
- name : Post to BugSplat
49
49
uses : BugSplat-Git/symbol-upload@v7.2.3
Original file line number Diff line number Diff line change 45
45
using : composite
46
46
steps :
47
47
- name : Fetch Mac app
48
- uses : actions/download-artifact@v3
48
+ uses : actions/download-artifact@v4
49
49
with :
50
50
name : macOS-app
51
51
path : .tarball
56
56
run : |
57
57
set -x
58
58
mkdir -p ".app"
59
- tar xjf .tarball/* -C ".app"
59
+ tar xJf .tarball/* -C ".app"
60
60
61
61
- name : Set up the app sparseimage
62
62
shell : bash
@@ -172,7 +172,7 @@ runs:
172
172
rm "${{ env.sparsename }}"
173
173
174
174
- name : Post the installer
175
- uses : actions/upload-artifact@v3
175
+ uses : actions/upload-artifact@v4
176
176
with :
177
177
name : " macOS-installer"
178
178
path : ${{ env.installer }}
Original file line number Diff line number Diff line change 23
23
using : composite
24
24
steps :
25
25
- name : Fetch Windows app
26
- uses : actions/download-artifact@v3
26
+ uses : actions/download-artifact@v4
27
27
with :
28
28
name : Windows-app
29
29
path : .app
@@ -101,7 +101,7 @@ runs:
101
101
"$installer"
102
102
103
103
- name : Post the installer
104
- uses : actions/upload-artifact@v3
104
+ uses : actions/upload-artifact@v4
105
105
with :
106
106
name : " Windows-installer"
107
107
path : ${{ env.installer }}
You can’t perform that action at this time.
0 commit comments