Skip to content

Commit

Permalink
Use v3 for actions/upload-pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadingMoominExpert committed Jan 30, 2024
1 parent c3da373 commit b6cb17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ runs:
run: $PACKAGE_MANAGER run build

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: "${{ inputs.path }}/dist/"

0 comments on commit b6cb17d

Please sign in to comment.