From 9225821167717ce26896fb0814a7ebfc781a9eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:06:10 +0000 Subject: [PATCH] build(deps): bump actions/upload-pages-artifact from 1 to 2 (#2) Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 789b83be..8d73f60e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -14,7 +14,7 @@ jobs: - env: NIXPKGS_ALLOW_UNFREE: "1" run: nix develop .#docs --impure -c hugo -s ./docs/ - - uses: actions/upload-pages-artifact@v1 + - uses: actions/upload-pages-artifact@v2 with: path: "docs/public" retention-days: 7