File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 # Check out pull request's HEAD commit instead of the merge commit to
3333 # prevent gitlint from failing due to too long commit message titles,
9797 # Always run this step so that all linting errors can be seen at once.
9898 if : always()
9999 - name : Ensure a clean code checkout
100- uses : actions/checkout@v5
100+ uses : actions/checkout@v6
101101 with :
102102 clean : true
103103 if : always()
Original file line number Diff line number Diff line change 3131 build_number : [1, 2]
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
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.
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@v5
95+ uses : actions/upload-artifact@v6
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@v6
108+ uses : actions/download-artifact@v7
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@v6
113+ uses : actions/download-artifact@v7
114114 with :
115115 name : oasis-node-SHA256SUMs-build2
116116 path : oasis-node-SHA256SUMs-build2
Original file line number Diff line number Diff line change 4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Checkout code
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 with :
4646 # Check out pull request's HEAD commit instead of the merge commit.
4747 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-22.04
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 # Fetch all history as the recommended way to fetch all tags and
2929 # branches of the project.
7575 run : |
7676 make release-build
7777 - name : Upload release artifacts
78- uses : actions/upload-artifact@v5
78+ uses : actions/upload-artifact@v6
7979 with :
8080 name : oasis-core-dev-release
8181 path : dist/*.tar.gz
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-22.04
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 # Fetch all history as the recommended way to fetch all tags and
3131 # branches of the project.
You can’t perform that action at this time.
0 commit comments