From 6e2f75cecf655c2dbc93224ec7119c38fbfc3d59 Mon Sep 17 00:00:00 2001 From: Nya Candy Date: Tue, 28 May 2024 21:32:47 +0800 Subject: [PATCH] fix(ci): version for upload-pages-artifact --- .github/workflows/build-contributors-graph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-contributors-graph.yml b/.github/workflows/build-contributors-graph.yml index 648da66..c9447e0 100644 --- a/.github/workflows/build-contributors-graph.yml +++ b/.github/workflows/build-contributors-graph.yml @@ -23,7 +23,7 @@ jobs: TOKEN: ${{ github.token }} - name: Upload artifacts - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: contributors.svg