Skip to content

Commit

Permalink
Update tested gateways (#2938)
Browse files Browse the repository at this point in the history
  • Loading branch information
carpawell committed Sep 13, 2024
2 parents 4a1bc79 + baaf69e commit 6bd973a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,23 @@ jobs:
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-s3-gw'
version: 'tags/v0.31.0'
version: 'tags/v0.31.1'
file: 'neofs-s3-gw-${{ matrix.os.binary }}'
target: 'neofs-testcases/neofs-s3-gw'

- name: Download latest stable neofs-s3-authmate
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-s3-gw'
version: 'tags/v0.31.0'
version: 'tags/v0.31.1'
file: 'neofs-s3-authmate-${{ matrix.os.binary }}'
target: 'neofs-testcases/neofs-s3-authmate'

- name: Download latest stable neofs-rest-gw
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-rest-gw'
version: 'tags/v0.10.0'
version: 'tags/v0.11.0'
file: 'neofs-rest-gw-${{ matrix.os.binary }}'
target: 'neofs-testcases/neofs-rest-gw'

Expand Down

0 comments on commit 6bd973a

Please sign in to comment.