Skip to content

Commit bb4db6e

Browse files
Lucio AnderliniLucio Anderlini
authored andcommitted
following the Tutorial
1 parent 2984a81 commit bb4db6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Setup Pages
2727
uses: actions/configure-pages@v3
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v2
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: docs
3232
- name: 'Deploy GitHub Pages site'
3333
id: deployment
34-
uses: actions/deploy-pages@v1
34+
uses: actions/deploy-pages@v4
3535

0 commit comments

Comments
 (0)