From 4d41982a2befb8ade5ca5fd39ed230d1cf8035bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:12:41 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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..840d8d7 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@v7 with: name: import-json path: input.json diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index b6866f3..bf98d3a 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@v7 with: name: import-json path: input.json