Skip to content

Commit

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

chore(deps): bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
afh authored Dec 20, 2023
2 parents b722ed3 + 2b7ef80 commit 22874f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
nix build .#doc-ledger-api
cp -R result/share/doc/ledger/html build/doc/api/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'build'

Expand Down

0 comments on commit 22874f6

Please sign in to comment.