Skip to content

Commit

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

chore(deps): bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
afh authored Jul 11, 2023
2 parents 5959988 + ec64fde commit 51b8eb1
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@v1
uses: actions/upload-pages-artifact@v2
with:
path: 'build'

Expand Down

0 comments on commit 51b8eb1

Please sign in to comment.