File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,25 +34,25 @@ jobs:
34
34
tail -n 500 target/it-tests/gwt-jar-test/build.log
35
35
tail -n 500 target/it-tests/timezone-test/build.log
36
36
37
- - uses : actions/upload-artifact@v2
37
+ - uses : actions/upload-artifact@v4
38
38
if : failure()
39
39
with :
40
40
name : maven-install-output.txt
41
41
path : maven-install-output.txt
42
42
43
- - uses : actions/upload-artifact@v2
43
+ - uses : actions/upload-artifact@v4
44
44
if : failure()
45
45
with :
46
46
name : gwt-jar-test-build.log
47
47
path : target/it-tests/gwt-jar-test/build.log
48
48
49
- - uses : actions/upload-artifact@v2
49
+ - uses : actions/upload-artifact@v4
50
50
if : failure()
51
51
with :
52
52
name : junit-test-build.log
53
53
path : target/it-tests/junit-test/build.log
54
54
55
- - uses : actions/upload-artifact@v2
55
+ - uses : actions/upload-artifact@v4
56
56
if : failure()
57
57
with :
58
58
name : timezone-test-build.log
You can’t perform that action at this time.
0 commit comments