From 1d438aac227e9f112c7750dc43cebe26b7f05042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:35:10 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/cron.yml | 2 +- .github/workflows/manual.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 0aa1e47..e17323f 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@v4 with: name: import-json path: input.json diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index b6866f3..9f81101 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@v4 with: name: import-json path: input.json