@@ -22,15 +22,15 @@ jobs:
22
22
platform : ["ruby", "x64-mingw32", "x64-mingw-ucrt", "x86_64-darwin", "x86_64-linux"]
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
- run : rm Gemfile.lock
27
27
- uses : ruby/setup-ruby@v1
28
28
with :
29
29
ruby-version : " 3.1"
30
30
bundler : latest
31
31
bundler-cache : true
32
32
- run : " bundle exec rake gem:${{matrix.platform}}"
33
- - uses : actions/upload-artifact@v2
33
+ - uses : actions/upload-artifact@v3
34
34
with :
35
35
name : gem-${{matrix.platform}}
36
36
path : pkg
43
43
- uses : ruby/setup-ruby@v1
44
44
with :
45
45
ruby-version : " 3.1"
46
- - uses : actions/download-artifact@v2
46
+ - uses : actions/download-artifact@v3
47
47
with :
48
48
name : gem-ruby
49
49
path : pkg
57
57
- uses : ruby/setup-ruby@v1
58
58
with :
59
59
ruby-version : " 3.1"
60
- - uses : actions/download-artifact@v2
60
+ - uses : actions/download-artifact@v3
61
61
with :
62
62
name : gem-x86_64-linux
63
63
path : pkg
70
70
container :
71
71
image : ruby:3.1-alpine
72
72
steps :
73
- - uses : actions/download-artifact@v2
73
+ - uses : actions/download-artifact@v3
74
74
with :
75
75
name : gem-x86_64-linux
76
76
path : pkg
86
86
- uses : ruby/setup-ruby@v1
87
87
with :
88
88
ruby-version : " 3.1"
89
- - uses : actions/download-artifact@v2
89
+ - uses : actions/download-artifact@v3
90
90
with :
91
91
name : gem-x86_64-darwin
92
92
path : pkg
@@ -100,7 +100,7 @@ jobs:
100
100
- uses : ruby/setup-ruby@v1
101
101
with :
102
102
ruby-version : " 3.0"
103
- - uses : actions/download-artifact@v2
103
+ - uses : actions/download-artifact@v3
104
104
with :
105
105
name : gem-x64-mingw32
106
106
path : pkg
@@ -114,7 +114,7 @@ jobs:
114
114
- uses : ruby/setup-ruby@v1
115
115
with :
116
116
ruby-version : " 3.1"
117
- - uses : actions/download-artifact@v2
117
+ - uses : actions/download-artifact@v3
118
118
with :
119
119
name : gem-x64-mingw-ucrt
120
120
path : pkg
0 commit comments