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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-20 08:06:10 +00:00 committed by GitHub
parent cc5693c90d
commit 9225821167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- env: - env:
NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_UNFREE: "1"
run: nix develop .#docs --impure -c hugo -s ./docs/ run: nix develop .#docs --impure -c hugo -s ./docs/
- uses: actions/upload-pages-artifact@v1 - uses: actions/upload-pages-artifact@v2
with: with:
path: "docs/public" path: "docs/public"
retention-days: 7 retention-days: 7