Skip to content

Commit 355bb7b

Browse files
committed
Revert "Upgrade the upload pages artifact action"
This reverts commit a470a7e.
1 parent 7eda8bb commit 355bb7b

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@v3.0.1
76+
uses: actions/upload-pages-artifact@v2
7777
with:
7878
path: ${{ env.BUILD_PATH }}/dist
7979

0 commit comments

Comments
 (0)