Skip to content

Commit c040e82

Browse files
authored
Merge pull request #107 from ledger/dependabot/github_actions/actions/upload-pages-artifact-4
2 parents d2d081f + f00f473 commit c040e82

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@v3
38+
uses: actions/upload-pages-artifact@v4
3939
with:
4040
path: 'build'
4141

0 commit comments

Comments
 (0)