File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,37 +36,37 @@ jobs:
36
36
tail -n 500 target/it-tests/gwt-jar-test/build.log
37
37
tail -n 500 output.txt
38
38
39
- - uses : actions/upload-artifact@v2
39
+ - uses : actions/upload-artifact@v4
40
40
if : failure()
41
41
with :
42
42
name : dateformats-junit-test-build.log
43
43
path : target/it-tests/dateformats-junit-test/build.log
44
44
45
- - uses : actions/upload-artifact@v2
45
+ - uses : actions/upload-artifact@v4
46
46
if : failure()
47
47
with :
48
48
name : dateformatsymbols-junit-test-build.log
49
49
path : target/it-tests/dateformatsymbols-junit-test/build.log
50
50
51
- - uses : actions/upload-artifact@v2
51
+ - uses : actions/upload-artifact@v4
52
52
if : failure()
53
53
with :
54
54
name : decimalformat-junit-test-build.log
55
55
path : target/it-tests/decimalformat-junit-test/build.log
56
56
57
- - uses : actions/upload-artifact@v2
57
+ - uses : actions/upload-artifact@v4
58
58
if : failure()
59
59
with :
60
60
name : decimalformatsymbols-junit-test-build.log
61
61
path : target/it-tests/decimalformatsymbols-junit-test/build.log
62
62
63
- - uses : actions/upload-artifact@v2
63
+ - uses : actions/upload-artifact@v4
64
64
if : failure()
65
65
with :
66
66
name : decimalformatsymbols-junit-test-build.log
67
67
path : target/it-tests/gwt-jar-test/build.log
68
68
69
- - uses : actions/upload-artifact@v2
69
+ - uses : actions/upload-artifact@v4
70
70
if : failure()
71
71
with :
72
72
name : it-output.txt
You can’t perform that action at this time.
0 commit comments