-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: bump node version 0.41.1 -> 0.42.0
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|