Skip to content

Commit 6104efc

Browse files
committed
Upgrade to actions/upload-pages-artifact@v3.0.1
1 parent 2381af1 commit 6104efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gatsby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
env:
6161
GATSBY_CPU_COUNT: 1
6262
run: yarn build
63-
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v2
63+
- name: Upload GitHub Pages artifact
64+
uses: actions/upload-pages-artifact@v3.0.1
6565
with:
6666
path: ./public
6767

0 commit comments

Comments
 (0)