From 8b9298059023a3c00a55b0c861154d8b629e4254 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 07:26:12 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v3 --- .github/workflows/web-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-publish.yml b/.github/workflows/web-publish.yml index 519b9e47..476fca75 100644 --- a/.github/workflows/web-publish.yml +++ b/.github/workflows/web-publish.yml @@ -35,7 +35,7 @@ jobs: run: dotnet publish -c Release working-directory: ./LiftLog.Web - name: Upload pages - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ./LiftLog.Web/bin/Release/net8.0/publish/wwwroot - name: Deploy to GitHub Pages