Skip to content

Commit 22874f6

Browse files
authored
Merge pull request #89 from ledger/dependabot/github_actions/actions/upload-pages-artifact-3
chore(deps): bump actions/upload-pages-artifact from 2 to 3
2 parents b722ed3 + 2b7ef80 commit 22874f6

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

0 commit comments

Comments
 (0)