mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 07:09:59 +00:00
update GitHub Actions to use latest versions of upload-pages-artifact and deploy-pages
This commit is contained in:
parent
5f9ba1835f
commit
55294056fc
4
.github/workflows/docs-and-testcov.yml
vendored
4
.github/workflows/docs-and-testcov.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Upload Pages artifact
|
||||
# if: github.event_name == 'push'
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: |
|
||||
testcov
|
||||
@ -51,4 +51,4 @@ jobs:
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
# if: github.event_name == 'push'
|
||||
uses: actions/deploy-pages@v1
|
||||
uses: actions/deploy-pages@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user