Skip to content
Open
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/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Regeneate PDF
run: yarn run en-pdf-gen
- name: Share PDF
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: en.pdf
path: pdf/docs.timeplus.com.pdf
2 changes: 1 addition & 1 deletion .github/workflows/spellchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: junit2html spellchecker/report.junit.xml spellchecker/report.html

- name: Upload HTML Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Spellchecker Report
path: spellchecker/report.html # Upload the HTML report