From a843c9e048ea5486cb1d14fdb22578c121be76cb Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 20 Nov 2024 11:28:18 +0300 Subject: [PATCH] workflows: update GH action to 0.3.0 It has REPLACE_OBJECTS by default which should fix the fs.neo.org link to the latest documentation. Signed-off-by: Roman Khimov --- .github/workflows/neofs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neofs.yml b/.github/workflows/neofs.yml index 87f8f05..458142c 100644 --- a/.github/workflows/neofs.yml +++ b/.github/workflows/neofs.yml @@ -29,7 +29,7 @@ jobs: - name: Publish to NeoFS id: publish_spec_pdf_to_neofs - uses: nspcc-dev/gh-push-to-neofs@v0.1.2 + uses: nspcc-dev/gh-push-to-neofs@v0.3.0 with: NEOFS_WALLET: ${{ secrets.NEOFS_WALLET }} NEOFS_WALLET_PASSWORD: ${{ secrets.NEOFS_WALLET_PASSWORD }}