Skip to content

Commit a470a7e

Browse files
committed
Upgrade the upload pages artifact action
1 parent a65eff8 commit a470a7e

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
@@ -73,7 +73,7 @@ jobs:
7373
--base "${{ steps.pages.outputs.base_path }}"
7474
working-directory: ${{ env.BUILD_PATH }}
7575
- name: Upload artifact
76-
uses: actions/upload-pages-artifact@v2
76+
uses: actions/upload-pages-artifact@v3
7777
with:
7878
path: ${{ env.BUILD_PATH }}/dist
7979

0 commit comments

Comments
 (0)