Skip to content

Commit 3f2d331

Browse files
committed
Update workflow versions
1 parent 70627ed commit 3f2d331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939

4040
- name: Setup Hugo
41-
uses: peaceiris/actions-hugo@v2
41+
uses: peaceiris/actions-hugo@v3
4242
with:
4343
hugo-version: 'latest'
4444
extended: true
@@ -59,7 +59,7 @@ jobs:
5959
git checkout .
6060
6161
- name: Deploy site
62-
uses: actions/upload-artifact@v2
62+
uses: actions/upload-artifact@v3
6363
if: ${{ github.event_name == 'pull_request'}}
6464
with:
6565
name: html

0 commit comments

Comments
 (0)