From 985fea1794482fa57a7bdb394d60d3cf1eee3b97 Mon Sep 17 00:00:00 2001 From: Not Darko <93942788+darkobas2@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:26:15 +0200 Subject: [PATCH] [ci] Update swarm-upload.yaml --- .github/workflows/swarm-upload.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swarm-upload.yaml b/.github/workflows/swarm-upload.yaml index 1a37415..520a78a 100644 --- a/.github/workflows/swarm-upload.yaml +++ b/.github/workflows/swarm-upload.yaml @@ -24,7 +24,7 @@ jobs: npm ci npm run build - name: Upload to Swarm - uses: ethersphere/swarm-actions/upload-dir@v0 + uses: ethersphere/swarm-actions/upload-dir@latest id: upload with: dir: ./out @@ -32,9 +32,10 @@ jobs: postage-batch-id: ${{ secrets.PRIVATE_POSTAGE_BATCH_ID }} bee-url: ${{ secrets.PRIVATE_BEE_URL }} timeout: 300000 + deferred: false - name: Setup feed - uses: ethersphere/swarm-actions/write-feed@v0 + uses: ethersphere/swarm-actions/write-feed@latest id: feed with: reference: ${{ steps.upload.outputs.reference }}