Skip to content

Commit

Permalink
Merge pull request #92 from orf/dependabot/github_actions/dependencie…
Browse files Browse the repository at this point in the history
…s-d03c9d5d4c

Bump the dependencies group with 2 updates
  • Loading branch information
orf authored Mar 10, 2024
2 parents e7f1170 + 41bf2b3 commit 11de505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Upload artifact
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./html-query-web-ui/dist/
retention-days: 1
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 11de505

Please sign in to comment.