File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ jobs:
65
65
npx link-checker --url-ignore localhost --allow-hash-href --mkdocs --http-cache /tmp/link-checker --http-always-get --http-timeout 10000 --http-redirects 5 ./build
66
66
67
67
- name : Create preview
68
- uses : ethersphere/swarm-actions/pr-preview@v0
68
+ uses : ethersphere/swarm-actions/pr-preview@v1.0.0
69
69
with :
70
70
bee-url : https://unlimited.gateway.ethswarm.org
71
71
token : ${{ secrets.REPO_GHA_PAT }}
72
72
error-document : index.html
73
73
headers : " ${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}"
74
74
75
75
- name : Upload to testnet
76
- uses : ethersphere/swarm-actions/upload-dir@v0
76
+ uses : ethersphere/swarm-actions/upload-dir@v1.0.0
77
77
continue-on-error : true
78
78
with :
79
79
index-document : index.html
You can’t perform that action at this time.
0 commit comments