mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
bumped version and changed target of upload-pages-artifact@v3
actions/upload-pages-artifact@v3 became actions/upload-artifact@v4
This commit is contained in:
parent
82861b7e0b
commit
354d5352c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME"
|
||||
|
||||
- name: Upload Pages artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ./dist
|
||||
|
||||
|
|
Loading…
Reference in a new issue