Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bowtie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Generate Bowtie report
run: (cd bowtie; bowtie report -b badges bowtie.json)
- name: Upload report artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: bowtie-report
path: bowtie/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt assembly
- name: Upload JAR
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: jsonoid-discovery.jar
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-dict=fuzz/test/resources/json.dict \
target/jsonoid-schemas || code=$?; \
if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: crash
path: |
Expand Down