From 94abc2ce6a4d1565363990e91d0fa3fc2c77087c Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Thu, 25 Jan 2024 07:53:19 +0100 Subject: [PATCH] Bump actions/upload-artifact to v4 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4a34555..e876080 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -54,7 +54,7 @@ jobs: shell: bash - name: Deploy to GitHub artifacts if: github.repository == 'RBniCS/rbnicsproject.org' && github.ref != 'refs/heads/main' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: website path: |