Skip to content

Commit 51b8eb1

Browse files
authored
Merge pull request #81 from ledger/dependabot/github_actions/actions/upload-pages-artifact-2
chore(deps): bump actions/upload-pages-artifact from 1 to 2
2 parents 5959988 + ec64fde commit 51b8eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
nix build .#doc-ledger-api
3636
cp -R result/share/doc/ledger/html build/doc/api/
3737
- name: Upload artifact
38-
uses: actions/upload-pages-artifact@v1
38+
uses: actions/upload-pages-artifact@v2
3939
with:
4040
path: 'build'
4141

0 commit comments

Comments
 (0)