Skip to content

Commit

Permalink
*: upgrade S3 gateway to the latest and greatest
Browse files Browse the repository at this point in the history
The one that is green at last.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Sep 15, 2024
1 parent c44307a commit 0d33caf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ 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-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.31.0'
version: 'tags/v0.31.1'
file: 'neofs-s3-authmate-linux-amd64'
target: 'neofs-testcases/neofs-s3-authmate'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ binaries:

neofs_s3_gw:
repo: 'nspcc-dev/neofs-s3-gw'
version: 'v0.31.0'
version: 'v0.31.1'
file: 'neofs-s3-gw-linux-amd64'

neofs_s3_authmate:
repo: 'nspcc-dev/neofs-s3-gw'
version: 'v0.31.0'
version: 'v0.31.1'
file: 'neofs-s3-authmate-linux-amd64'

neofs_rest_gw:
Expand Down

0 comments on commit 0d33caf

Please sign in to comment.