Skip to content

Commit

Permalink
update version of upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewmi Rajapaksha authored and Sewmi Rajapaksha committed Oct 14, 2024
1 parent b16244b commit 17c84e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
ajv -c ajv-formats -s xarf_deref.schema.json -d "samples/positive/**/*.json"
- name: Archive schemas
id: archive_schemas
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bundled-schema
path: |
xarf_bundled.schema.json
xarf_deref.schema.json
- name: Archive coverage
id: archive_coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: |
Expand Down

0 comments on commit 17c84e3

Please sign in to comment.