Skip to content

Commit d314d8e

Browse files
committed
[workflows] upload-page-artifacts v2 -> v3
1 parent f197554 commit d314d8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- run: NIXPKGS_ALLOW_INSECURE=1 nix build .#docs --show-trace --impure
4949

5050
- name: Upload artifact
51-
uses: actions/upload-pages-artifact@v2
51+
uses: actions/upload-pages-artifact@v3
5252
with:
5353
path: "result/share/doc"
5454

5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v2
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)