Skip to content

Commit

Permalink
Merge pull request #59 from nialov/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-pages-artifact-3

build(deps): bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
nialov authored Jan 15, 2024
2 parents 7225cb5 + eeaafaf commit a75e726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: |
nix build .#fractopo.passthru.documentation.doc
cp -Lr --no-preserve=mode,ownership,timestamps ./result-doc/share/doc/* ./docs
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
# Upload folder with static docs
path: "docs/html"
Expand Down

0 comments on commit a75e726

Please sign in to comment.