Update deprecated actions

This commit is contained in:
Oleg Kalachev
2025-06-19 12:13:25 +03:00
parent c4e6280ea9
commit 8ca24ea293
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ jobs:
wget --no-verbose https://clover.coex.tech/clover_en.pdf -P _book/
- name: Upload artifact
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: _book
@@ -86,4 +86,4 @@ jobs:
FREEZE_DOCS: ${{ secrets.FREEZE_DOCS }}
if: ${{ !env.FREEZE_DOCS }}
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4