From 58a410fd02d1023453eaafeef5bfbac1c3c40c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:45:15 +0000 Subject: [PATCH] Bump actions/upload-pages-artifact from 2.0.0 to 3.0.0 Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/a753861a5debcf57bf8b404356158c8e1e33150c...0252fc4ba7626f0298f0cf00902a25c6afc77fa8) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c41812..b3051d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: retention-days: 1 - name: 'Upload GitHub Pages artifact' if: "startsWith(github.ref, 'refs/tags/v')" - uses: 'actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c' + uses: 'actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8' with: path: './demo/' retention-days: 1