From c092fdc8e87cc9d98d0a23954508f48d4f3101e4 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sat, 22 Feb 2025 15:52:27 +0000 Subject: [PATCH] Update actions/upload-pages-artifact to v3 --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index b04a1b6..0e65e49 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -31,7 +31,7 @@ jobs: run: make updatedoc - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v2.0.0 + uses: actions/upload-pages-artifact@v3 with: # Artifact name #name: # optional, default is github-pages -- 2.47.3