Skip to content

Commit 8ecaac4

Browse files
committed
use actions/upload-pages-artifact@v3
1 parent 81d34b1 commit 8ecaac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
npm run build:tutorials
4343
4444
- name: Upload Pages Artifact
45-
uses: actions/upload-pages-artifact@v1
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: "./dist/"
4848

0 commit comments

Comments
 (0)