aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-21 08:10:02 -0700
committerGitHub <noreply@github.com>2023-08-21 08:10:02 -0700
commit47706eb3f04dd1cc3f717483bda9699804244d99 (patch)
tree7f73b852f9147342806bf006e803b4b60fb33460
parentadd a couple more workflows (diff)
downloadfcuny.net-47706eb3f04dd1cc3f717483bda9699804244d99.tar.gz
build(deps): bump actions/upload-pages-artifact from 1 to 2 (#1)
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>
-rw-r--r--.github/workflows/page.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml
index a0a28c6..323c3a6 100644
--- a/.github/workflows/page.yml
+++ b/.github/workflows/page.yml
@@ -23,7 +23,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#site --print-build-logs
- name: Upload artifact
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
with:
path: ./result
deploy: