2727 env :
2828 BUNDLE_GEMFILE : ${{ github.workspace }}/omnibus/Gemfile
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : Set up Go
3232 uses : actions/setup-go@v4
3333 with :
5555 bundle exec omnibus build gemfast
5656 sha512sum pkg/*.deb > "pkg/gemfast-${{ steps.get-version.outputs.VERSION }}-checksums.txt"
5757 - name : Upload omnibus package
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : gemfast-omnibus
6161 path : omnibus/pkg/
6666 docker tag server:${{ steps.get-version.outputs.VERSION }}-pre server:latest
6767 docker save server:latest > gemfast-${{ steps.get-version.outputs.VERSION }}-pre.tar
6868 - name : Upload docker image
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 name : gemfast-docker
7272 path : gemfast-${{ steps.get-version.outputs.VERSION }}-pre.tar
@@ -80,15 +80,15 @@ jobs:
8080 matrix :
8181 pkg : [omnibus, docker]
8282 steps :
83- - uses : actions/checkout@v3
84- - uses : actions/checkout@v3
83+ - uses : actions/checkout@v4
84+ - uses : actions/checkout@v4
8585 with :
8686 repository : rails/rails
8787 path : clones/rails
8888 - uses : ruby/setup-ruby@v1
8989 with :
9090 ruby-version : ${{ env.RUBY_VERSION }}
91- - uses : actions/download-artifact@v3
91+ - uses : actions/download-artifact@v4
9292 with :
9393 name : gemfast-${{ matrix.pkg }}
9494 - name : Smoke test
@@ -104,11 +104,11 @@ jobs:
104104 matrix :
105105 pkg : [omnibus, docker]
106106 steps :
107- - uses : actions/checkout@v3
107+ - uses : actions/checkout@v4
108108 - uses : ruby/setup-ruby@v1
109109 with :
110110 ruby-version : ${{ env.RUBY_VERSION }}
111- - uses : actions/download-artifact@v3
111+ - uses : actions/download-artifact@v4
112112 with :
113113 name : gemfast-${{ matrix.pkg }}
114114 - name : CVE test
@@ -124,11 +124,11 @@ jobs:
124124 matrix :
125125 pkg : [omnibus, docker]
126126 steps :
127- - uses : actions/checkout@v3
127+ - uses : actions/checkout@v4
128128 - uses : ruby/setup-ruby@v1
129129 with :
130130 ruby-version : ${{ env.RUBY_VERSION }}
131- - uses : actions/download-artifact@v3
131+ - uses : actions/download-artifact@v4
132132 with :
133133 name : gemfast-${{ matrix.pkg }}
134134 - name : Filter test
@@ -144,11 +144,11 @@ jobs:
144144 matrix :
145145 pkg : [omnibus, docker]
146146 steps :
147- - uses : actions/checkout@v3
147+ - uses : actions/checkout@v4
148148 - uses : ruby/setup-ruby@v1
149149 with :
150150 ruby-version : ${{ env.RUBY_VERSION }}
151- - uses : actions/download-artifact@v3
151+ - uses : actions/download-artifact@v4
152152 with :
153153 name : gemfast-${{ matrix.pkg }}
154154 - name : Private gems test
@@ -164,11 +164,11 @@ jobs:
164164 matrix :
165165 pkg : [omnibus, docker]
166166 steps :
167- - uses : actions/checkout@v3
167+ - uses : actions/checkout@v4
168168 - uses : ruby/setup-ruby@v1
169169 with :
170170 ruby-version : ${{ env.RUBY_VERSION }}
171- - uses : actions/download-artifact@v3
171+ - uses : actions/download-artifact@v4
172172 with :
173173 name : gemfast-${{ matrix.pkg }}
174174 - name : Private gems test
@@ -189,13 +189,13 @@ jobs:
189189 - private-gems-test
190190 - auth-test
191191 steps :
192- - uses : actions/checkout@v3
192+ - uses : actions/checkout@v4
193193 with :
194194 fetch-depth : 1
195- - uses : actions/download-artifact@v3
195+ - uses : actions/download-artifact@v4
196196 with :
197197 name : gemfast-omnibus
198- - uses : actions/download-artifact@v3
198+ - uses : actions/download-artifact@v4
199199 with :
200200 name : gemfast-docker
201201 - name : Get version
@@ -240,13 +240,13 @@ jobs:
240240 - private-gems-test
241241 - auth-test
242242 steps :
243- - uses : actions/checkout@v3
243+ - uses : actions/checkout@v4
244244 with :
245245 fetch-depth : 1
246- - uses : actions/download-artifact@v3
246+ - uses : actions/download-artifact@v4
247247 with :
248248 name : gemfast-omnibus
249- - uses : actions/download-artifact@v3
249+ - uses : actions/download-artifact@v4
250250 with :
251251 name : gemfast-docker
252252 - name : Get version
0 commit comments