Skip to content

Commit 3a7b173

Browse files
authored
Use original actions/upload-pages-artifact (#38)
Since actions/upload-pages-artifact#94 is merged.
1 parent 445585c commit 3a7b173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ runs:
117117
INPUT_PATH: ${{ steps.build.outputs.artifact }}
118118

119119
- name: Upload artifact
120-
uses: SilverRainZ/upload-pages-artifact@main
120+
uses: actions/upload-pages-artifact@v3
121121
if: ${{ inputs.publish == 'true' }}
122122
with:
123123
path: ${{ steps.build.outputs.artifact }}

0 commit comments

Comments
 (0)