File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 language : python
4343 dry-run : false
4444 - name : Upload New Crash
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 if : failure() && steps.build.outcome == 'success'
4747 with :
4848 name : artifacts
4949 path : ./out/artifacts
5050 - name : Upload Legacy Crash
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 if : steps.run.outcome == 'success'
5353 with :
5454 name : crash
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 dash.exe -c "mkdir -p Tests/errors"
133133
134134 - name : Upload errors
135- uses : actions/upload-artifact@v3
135+ uses : actions/upload-artifact@v4
136136 if : failure()
137137 with :
138138 name : errors
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190 shell : bash
191191
192192 - name : Upload errors
193- uses : actions/upload-artifact@v3
193+ uses : actions/upload-artifact@v4
194194 if : failure()
195195 with :
196196 name : errors
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 mkdir -p Tests/errors
113113
114114 - name : Upload errors
115- uses : actions/upload-artifact@v3
115+ uses : actions/upload-artifact@v4
116116 if : failure()
117117 with :
118118 name : errors
You can’t perform that action at this time.
0 commit comments