Skip to content

Commit 8252065

Browse files
slusarzcmouse
authored andcommitted
github: Update actions to fix deprecation errors
1 parent 0baaa00 commit 8252065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
touch docs/.vitepress/dist/.nojekyll
3232
- name: Upload Artifact
3333
if: ${{ github.repository == 'dovecot/imaptest' && github.ref == 'refs/heads/main' }}
34-
uses: actions/upload-pages-artifact@v2
34+
uses: actions/upload-pages-artifact@v3
3535
with:
3636
path: docs/.vitepress/dist
3737

@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)