2424 runs-on : warp-ubuntu-latest-x64-4x
2525 timeout-minutes : 15
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 ref : " ${{ github.event.inputs.releasetag }}"
3030 - name : Set up Go
@@ -124,7 +124,7 @@ jobs:
124124 runs-on : warp-ubuntu-latest-arm64-4x
125125 timeout-minutes : 15
126126 steps :
127- - uses : actions/checkout@v4
127+ - uses : actions/checkout@v5
128128 with :
129129 ref : " ${{ github.event.inputs.releasetag }}"
130130 - name : Set up Go
@@ -225,7 +225,7 @@ jobs:
225225 runs-on : warp-ubuntu-latest-x64-4x
226226 timeout-minutes : 15
227227 steps :
228- - uses : actions/checkout@v4
228+ - uses : actions/checkout@v5
229229 with :
230230 ref : " ${{ github.event.inputs.releasetag }}"
231231 - name : Set Dgraph Release Version
@@ -250,13 +250,13 @@ jobs:
250250
251251 # Download AMD64 Tar File
252252 - name : Download Dgraph AMD64 Tar
253- uses : actions/download-artifact@v4
253+ uses : actions/download-artifact@v5
254254 with :
255255 name : dgraph-docker-amd64
256256
257257 # Download Dgraph ARM64 Tar File
258258 - name : Download ARM64 Tar
259- uses : actions/download-artifact@v4
259+ uses : actions/download-artifact@v5
260260 with :
261261 name : dgraph-docker-arm64
262262
@@ -273,7 +273,7 @@ jobs:
273273 # Download Standalone AMD64 Tar File
274274 - name : Download Standalone AMD64 Tar
275275 if : inputs.custom-build == false
276- uses : actions/download-artifact@v4
276+ uses : actions/download-artifact@v5
277277 with :
278278 name : dgraph-standalone-amd64
279279
@@ -286,7 +286,7 @@ jobs:
286286 # Download Standalone ARM64 Tar File
287287 - name : Download Standalone ARM64 Tar
288288 if : inputs.custom-build == false
289- uses : actions/download-artifact@v4
289+ uses : actions/download-artifact@v5
290290 with :
291291 name : dgraph-standalone-arm64
292292
0 commit comments