From ba79725771d90fd06eec7a37448486f48926286b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 11:06:23 +0900 Subject: [PATCH] ci: bump actions/upload-artifact from 2.3.1 to 3 (#471) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a54cc4f1..898934bd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: 'https://hugothemeiris.peaceiris.app' - name: Upload result - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3 with: name: lighthouse-report path: report.html