diff --git a/.github/workflows/editorial.yml b/.github/workflows/editorial.yml index c6aecf8..b004935 100644 --- a/.github/workflows/editorial.yml +++ b/.github/workflows/editorial.yml @@ -23,14 +23,14 @@ jobs: # create a package with the resulting XML files. - name: Archive XML - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: DHARMA_XMLCollection path: texts/editedxml # create a package with the resulting html files. - name: Archive HTML - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: DHARMA_HTMLCollection path: texts/htmloutput