Skip to content

Commit 1e4780e

Browse files
authored
Merge pull request #211 from github/mrecachinas-patch-4
2 parents 0ae2021 + fe63adc commit 1e4780e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
skip_checkout: true
7373
push_options: '--force'
7474
- name: Upload artifact
75-
uses: actions/upload-pages-artifact@v1
75+
uses: actions/upload-pages-artifact@v3.0.1
7676
with:
7777
path: ./out
7878

@@ -86,4 +86,4 @@ jobs:
8686
steps:
8787
- name: Deploy to GitHub Pages
8888
id: deployment
89-
uses: actions/deploy-pages@v1
89+
uses: actions/deploy-pages@v4.0.5

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
env:
4545
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v1
47+
uses: actions/upload-pages-artifact@v3.0.1
4848
with:
4949
path: ./out

0 commit comments

Comments
 (0)