diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c6b296..e074c48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: find ./demo/ -type f -not -perm 0644 -exec chmod 0644 '{}' '+' find ./demo/ -type d -not -perm 0755 -exec chmod 0755 '{}' '+' - name: 'Upload module artifact' - uses: 'actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392' + uses: 'actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595' with: name: 'dist' path: './dist/'