diff --git a/.github/workflows/paper.yml b/.github/workflows/paper.yml index 0954f0a..7c2a85d 100644 --- a/.github/workflows/paper.yml +++ b/.github/workflows/paper.yml @@ -6,7 +6,7 @@ jobs: name: Paper Draft steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build draft PDF uses: openjournals/openjournals-draft-action@master with: @@ -16,7 +16,7 @@ jobs: # Bibliography file, if existing bibtex: paper/paper.bib - name: Upload - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: paper # This is the output path where Pandoc will write the compiled diff --git a/db.sqlite3 b/db.sqlite3 index bf555a7..231fcec 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ