We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef7146f + f395bc0 commit 8d2212eCopy full SHA for 8d2212e
1 file changed
.github/workflows/build_and_deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
nix build .#doc-ledger-api
36
cp -R result/share/doc/ledger/html build/doc/api/
37
- name: Upload artifact
38
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
39
with:
40
path: 'build'
41
0 commit comments