Skip to content

Commit

Permalink
Merge pull request #12 from skywarth/dependency-upgrade
Browse files Browse the repository at this point in the history
Dependencies updated to latest version
  • Loading branch information
skywarth authored May 20, 2024
2 parents e066c4f + c1222e1 commit 894ef80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
run: echo "build_path is ${{ inputs.build_path }}"
shell: bash
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Install
env:
NODE_ENV: ${{ inputs.install_phase_node_env}}
Expand Down Expand Up @@ -99,12 +99,12 @@ runs:
fi
shell: bash
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ${{ inputs.build_path }}
name: ${{inputs.artifact_name}}
- name: Deploy
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
with:
artifact_name: ${{inputs.artifact_name}}
id: deployment
Expand Down

0 comments on commit 894ef80

Please sign in to comment.