From 6f5d73c033a83159f44a403a9a2b924a7a12679f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:59:24 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/check_pr.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_pr.yaml b/.github/workflows/check_pr.yaml index 71405e7..da7fbdf 100644 --- a/.github/workflows/check_pr.yaml +++ b/.github/workflows/check_pr.yaml @@ -166,7 +166,7 @@ jobs: env: GH_ACCESS_TOKEN: ${{ secrets.CUSTOM_GITHUB_PAT }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: issues-dump path: downloaded/ @@ -191,7 +191,7 @@ jobs: with: python-version: '3.13' - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: issues-dump path: downloaded/ @@ -228,7 +228,7 @@ jobs: RIGHT_ORIGIN: ${{ inputs.right_origin }} TQDM_MININTERVAL: '5' - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: results-${{ matrix.shard }}-${{ matrix.side }} path: outputs/ @@ -257,11 +257,11 @@ jobs: with: python-version: '3.13' - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: issues-dump path: downloaded/ - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: pattern: results-* path: outputs/