diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 23:53:06 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 23:53:06 +0900 |
commit | 0f2812036924c542c1330b79f11e130657b3f700 (patch) | |
tree | df5c829c6d34380a57abb8ec5a1b860069655695 /action.yml | |
parent | 40b45e5d703ebd4cac86c66fd9ce5630944d769e (diff) |
Update actions/upload-pages-artifact and actions/deploy-pages versions
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,11 +63,11 @@ runs: shell: bash - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: "./ui/standalone/out" - name: Deploy to GitHub Pages if: ${{ inputs.deploy-to-pages == 'true' }} id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 |