Skip to content

Commit

Permalink
ci: update swarm-actions to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Nov 4, 2024
1 parent b7382b5 commit c1fbc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: npm run build:component

- name: Create preview
uses: ethersphere/swarm-actions/pr-preview@v0
uses: ethersphere/swarm-actions/pr-preview@v1
continue-on-error: true
with:
bee-url: https://unlimited.gateway.ethswarm.org
Expand All @@ -79,7 +79,7 @@ jobs:
headers: '${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}'

- name: Upload to testnet
uses: ethersphere/swarm-actions/upload-dir@v0
uses: ethersphere/swarm-actions/upload-dir@v1
continue-on-error: true
with:
index-document: index.html
Expand Down

0 comments on commit c1fbc95

Please sign in to comment.