From f57ce0f40d47e79fe98161735ab2bc5d6690a659 Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Mon, 25 Nov 2024 14:10:50 -0700 Subject: [PATCH] Upgrade upload-artifact in website build --- .github/workflows/Lucene-Net-Website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Lucene-Net-Website.yml b/.github/workflows/Lucene-Net-Website.yml index 76346b2f89..fa99e6b48e 100644 --- a/.github/workflows/Lucene-Net-Website.yml +++ b/.github/workflows/Lucene-Net-Website.yml @@ -106,7 +106,7 @@ jobs: shell: powershell - name: Upload website as build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{always()}} with: name: 'website'