Skip to content

Commit

Permalink
workflow: Update component versions (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Sep 5, 2024
2 parents 597c5ea + 8b91a45 commit 55f9e7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/s3-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,47 +53,47 @@ jobs:
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-node'
version: 'tags/v0.42.0'
version: 'tags/v0.43.0'
file: 'neofs-cli-linux-amd64'
target: 's3-tests/neofs-cli'

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

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

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

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

- name: Download latest stable neo-go
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neo-go'
version: 'tags/v0.106.0'
version: 'tags/v0.106.3'
file: 'neo-go-linux-amd64'
target: 's3-tests/neo-go'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: nspcc-dev/neofs-node
ref: c6a3201722521b99338548e388fa043889c714ad
ref: v0.43.0
path: neofs-node

- name: Checkout neofs-s3-gw repository
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neo-go'
version: 'tags/v0.105.1'
version: 'tags/v0.106.3'
file: 'neo-go-linux-amd64'
target: 'neofs-testcases/neo-go'

Expand Down

0 comments on commit 55f9e7a

Please sign in to comment.