Skip to content

Commit

Permalink
GH Actions
Browse files Browse the repository at this point in the history
- resolves oasis-tcs#858
- update GH action upload-artifact to v4
  • Loading branch information
tschmidtb51 committed Jan 16, 2025
1 parent 6ab4712 commit eb17286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/csaf_2.0_main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: JSON Schema Tests (CSAF 2.0)

on:
on:
push:
paths:
- 'csaf_2.0/**'
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test examples against Aggregator schema
run: ./csaf_2.0/test/aggregator_schema/run_tests.sh
- name: Upload strict JSON schema artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: strict-schemas
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/csaf_2.1_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test examples against Aggregator schema
run: ./csaf_2.1/test/aggregator_schema/run_tests.sh
- name: Upload strict JSON schema artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: strict-schemas
path: |
Expand Down

0 comments on commit eb17286

Please sign in to comment.