Skip to content

Commit

Permalink
.github: update S3 gateway used for tests to 0.30.0
Browse files Browse the repository at this point in the history
Testcases were updated to 0.30.0 behavior in nspcc-dev/neofs-testcases#772
so 0.29.0 will produce false errors. And we should be using the latest stable
anyway.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Apr 8, 2024
1 parent e500166 commit 9eead9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ jobs:
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-s3-gw'
version: 'tags/v0.29.0'
version: 'tags/v0.30.0'
file: 'neofs-s3-gw-linux-amd64'
target: 'neofs-testcases/neofs-s3-gw'

- name: Download latest stable neofs-s3-gw-authmate
uses: dsaltares/[email protected]
with:
repo: 'nspcc-dev/neofs-s3-gw'
version: 'tags/v0.29.0'
version: 'tags/v0.30.0'
file: 'neofs-s3-authmate-linux-amd64'
target: 'neofs-testcases/neofs-s3-authmate'

Expand Down

0 comments on commit 9eead9d

Please sign in to comment.