diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 35958d6439..c62afa0cb5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -122,7 +122,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 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' @@ -130,7 +130,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 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' @@ -138,7 +138,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@1.1.1 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'