Skip to content

Commit

Permalink
Merge pull request #1059 from nextcloud/update/ci/workflow/pages
Browse files Browse the repository at this point in the history
Chore(ci): fix pages workflow with upload-pages-artifacts@v3
  • Loading branch information
max-nextcloud authored Dec 25, 2023
2 parents 1b72cae + b1db4d1 commit 672cc7b
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 @@ -70,7 +70,7 @@ jobs:
mv build/pages public
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: ./public

Expand Down

0 comments on commit 672cc7b

Please sign in to comment.