ci: Downgrade pages deploy actions
This commit is contained in:
parent
e249f08f4b
commit
83b1c73e6f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -245,10 +245,10 @@ jobs:
|
||||
|
||||
- name: Upload docs as pages artifact
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
path: target/doc
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user