@@ -12,14 +12,14 @@ jobs:
12
12
build_test_devportal :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- uses : ruby/setup-ruby@v1
17
17
with :
18
18
ruby-version : 2.7.3
19
19
bundler-cache : true
20
20
- run : bundle exec jekyll build
21
21
- run : bundle exec rake test_ci
22
- - uses : actions/upload-artifact@v3
22
+ - uses : actions/upload-artifact@v4
23
23
with :
24
24
name : _devportal
25
25
retention-days : 7
30
30
build_test_docs :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
repository : ePages-de/epages-docs
36
36
ref : master
40
40
bundler-cache : true
41
41
- run : bundle exec jekyll build
42
42
- run : bundle exec rake test_ci
43
- - uses : actions/upload-artifact@v3
43
+ - uses : actions/upload-artifact@v4
44
44
with :
45
45
name : _docs
46
46
retention-days : 7
@@ -54,15 +54,15 @@ jobs:
54
54
- build_test_devportal
55
55
- build_test_docs
56
56
steps :
57
- - uses : actions/download-artifact@v3
57
+ - uses : actions/download-artifact@v4
58
58
with :
59
59
name : _devportal
60
- - uses : actions/download-artifact@v3
60
+ - uses : actions/download-artifact@v4
61
61
with :
62
62
name : _docs
63
63
path : ./_docs
64
64
- run : rsync -abviuzP _docs/ _site/
65
- - uses : actions/upload-artifact@v3
65
+ - uses : actions/upload-artifact@v4
66
66
with :
67
67
name : _site
68
68
retention-days : 7
76
76
needs :
77
77
- combine_projets
78
78
steps :
79
- - uses : actions/download-artifact@v3
79
+ - uses : actions/download-artifact@v4
80
80
with :
81
81
name : _site
82
82
- run : curl -sL firebase.tools | bash
91
91
needs :
92
92
- combine_projets
93
93
steps :
94
- - uses : actions/download-artifact@v3
94
+ - uses : actions/download-artifact@v4
95
95
with :
96
96
name : _site
97
97
- run : curl -sL firebase.tools | bash
0 commit comments