diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 0aa1e47..b8813cd 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -25,7 +25,7 @@ jobs: - name: Concat import JSON file from the contents of the paper JSONs and the extracted text content run: python3 ./4_srm_import.py - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: import-json path: input.json diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index b6866f3..d41c041 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -41,7 +41,7 @@ jobs: - name: Concat import JSON file from the contents of the paper JSONs and the extracted text content run: python3 ./4_srm_import.py - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: import-json path: input.json