Skip to content

Commit

Permalink
Update github deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnmmeyer committed Jan 9, 2025
1 parent 0662b84 commit bf6349d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/editorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: workflow-output/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: workflow-output/html
Expand Down

0 comments on commit bf6349d

Please sign in to comment.