Skip to content

Commit

Permalink
.github: bump node version 0.41.1 -> 0.42.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Jun 5, 2024
1 parent 11563ab commit f32138d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,39 +88,39 @@ jobs:
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-node'
version: 'tags/v0.41.1'
version: 'tags/v0.42.0'
file: 'neofs-cli-linux-amd64'
target: 'neofs-testcases/neofs-cli'

- name: Download latest stable neofs-adm
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-node'
version: 'tags/v0.41.1'
version: 'tags/v0.42.0'
file: 'neofs-adm-linux-amd64'
target: 'neofs-testcases/neofs-adm'

- name: Download latest stable neofs-ir
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-node'
version: 'tags/v0.41.1'
version: 'tags/v0.42.0'
file: 'neofs-ir-linux-amd64'
target: 'neofs-testcases/neofs-ir'

- name: Download latest stable neofs-lens
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-node'
version: 'tags/v0.41.1'
version: 'tags/v0.42.0'
file: 'neofs-lens-linux-amd64'
target: 'neofs-testcases/neofs-lens'

- name: Download latest stable neofs-node
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-node'
version: 'tags/v0.41.1'
version: 'tags/v0.42.0'
file: 'neofs-node-linux-amd64'
target: 'neofs-testcases/neofs-node'

Expand Down

0 comments on commit f32138d

Please sign in to comment.