Skip to content

Commit

Permalink
Merge pull request #77 from orf/dependabot/github_actions/actions/upl…
Browse files Browse the repository at this point in the history
…oad-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
orf authored Nov 7, 2023
2 parents 64796a0 + 074163b commit 0197464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Upload artifact
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ./html-query-web-ui/dist/

Expand Down

0 comments on commit 0197464

Please sign in to comment.