Skip to content

Commit 8caa61b

Browse files
committed
Use my fork of upload-pages-artifact
ref: actions/upload-pages-artifact#94
1 parent da89835 commit 8caa61b

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
@@ -105,7 +105,7 @@ runs:
105105
if: ${{ inputs.publish == 'true' }}
106106

107107
- name: Upload artifact
108-
uses: actions/upload-pages-artifact@v2
108+
uses: SilverRainZ/upload-pages-artifact@main
109109
if: ${{ inputs.publish == 'true' }}
110110
with:
111111
path: ${{ steps.build.outputs.artifact }}

0 commit comments

Comments
 (0)