Merge pull request #406 from barrucadu/dependabot/github_actions/actions/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
This commit is contained in:
Michael Walker 2023-12-20 18:34:25 +00:00 committed by GitHub
commit 652837a298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ jobs:
- name: Build
run: nix-shell ./.github/scripts/build-documentation.sh
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
# Deployment job
deploy: