Skip to content

Commit

Permalink
Merge pull request #540 from readchina/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
duncdrum authored Dec 15, 2023
2 parents d2c45c3 + f87196f commit a63d461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
xmllint --noout --xinclude --relaxng xml/schema/tei_all.rng xml/tei_header.xml
xmllint --noout --relaxng xml/schema/gexf.rng xml/rActs.gexf
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: markup-xi
path: |
Expand Down

0 comments on commit a63d461

Please sign in to comment.