From 5aa2e7cba04e8bb52d974771da702d9b1045a371 Mon Sep 17 00:00:00 2001 From: Deb Taylor Date: Thu, 26 Sep 2024 15:19:07 -0500 Subject: [PATCH] Update pull-request.yml Updating download artifact to 4.1.7 is breaking change to the publication workflow. Changing upload artifact to match. --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1f094fd..11b29b3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -74,7 +74,7 @@ jobs: # https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts - name: upload HTML for deploy if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: html path: _build/html