@@ -31,13 +31,13 @@ jobs:
3131 build_number : [1, 2]
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 # NOTE: We make a git checkout to a unique directory for each build to
3737 # catch reproducibility issues with code in different local paths.
3838 path : build${{ matrix.build_number }}
3939 - name : Set up Go
40- uses : actions/setup-go@v5
40+ uses : actions/setup-go@v6
4141 with :
4242 go-version : " >=1.25.3"
4343 - name : Set up Rust
9292 OASIS_NODE_MAKE_PATH : go/oasis-node/oasis-node
9393 OASIS_NODE_GORELEASER_PATH : dist/oasis-node_linux_amd64_v1/oasis-node
9494 - name : Upload checksums
95- uses : actions/upload-artifact@v4
95+ uses : actions/upload-artifact@v5
9696 with :
9797 name : oasis-node-SHA256SUMs-build${{ matrix.build_number }}
9898 path : oasis-node-SHA256SUMs
@@ -105,12 +105,12 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Download checksums for build 1
108- uses : actions/download-artifact@v4
108+ uses : actions/download-artifact@v6
109109 with :
110110 name : oasis-node-SHA256SUMs-build1
111111 path : oasis-node-SHA256SUMs-build1
112112 - name : Download checksum for build 2
113- uses : actions/download-artifact@v4
113+ uses : actions/download-artifact@v6
114114 with :
115115 name : oasis-node-SHA256SUMs-build2
116116 path : oasis-node-SHA256SUMs-build2
0 commit comments