Skip to content

Commit

Permalink
Update actions/upload-artifact dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspj10 committed Feb 28, 2025
1 parent 4b79e2d commit 718b4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-doclet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
frankframework/target/frankdoc/xml/xsd/FrankConfig-compatibility.xsd
- name: Store FrankDoc.json
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: FrankDoc.json
path: frankframework/target/frankdoc/js/*.json

- name: Store FrankDoc.xsd (Strict and compatibility)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: FrankDoc.xsd
path: frankframework/target/frankdoc/xml/xsd/*.xsd

0 comments on commit 718b4e2

Please sign in to comment.