From f32138defb56b6708dd2545322fa0f7d7fec0caa Mon Sep 17 00:00:00 2001 From: Evgeniy Zayats Date: Mon, 3 Jun 2024 22:15:30 -0400 Subject: [PATCH] .github: bump node version 0.41.1 -> 0.42.0 Signed-off-by: Evgeniy Zayats --- .github/workflows/run-tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5b2ba66bd..c43b70ce1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -88,7 +88,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 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' @@ -96,7 +96,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 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' @@ -104,7 +104,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 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' @@ -112,7 +112,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 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' @@ -120,7 +120,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 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'