From 6815cb4d7818ef7ed6059db5204b9b7a74f4fd7c Mon Sep 17 00:00:00 2001 From: ei1333 Date: Sat, 16 Aug 2025 01:29:54 +0900 Subject: [PATCH 1/2] update github actions --- .github/workflows/verify.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 0ea6dbe17..19c45623e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -77,7 +77,7 @@ jobs: - name: Restore cached results if: ${{ ! inputs.ignore_prev_result }} - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: restore-cached-results with: path: ${{github.workspace}}/merged-result.json @@ -120,14 +120,14 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 2147483647 - + - name: Download verify_files.json and all artifacts id: all-artifacts uses: competitive-verifier/actions/download-verify-artifact@v2 with: download-all: true artifact-root: .artifacts/ - + - name: Extract bundled shell: bash run: | @@ -140,7 +140,7 @@ jobs: fi env: SRCDIR: .artifacts/Bundled-${{ runner.os }} - + - name: Set up competitive-verifier uses: competitive-verifier/actions/setup@v2 with: @@ -158,7 +158,7 @@ jobs: destination: _jekyll write-summary: true - name: Save result - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: ${{github.workspace}}/merged-result.json key: ${{ runner.os }}-verify-result-${{ github.sha }} From 78fd0f42172dc4e2f195d460b3a8e2f46e0fb55a Mon Sep 17 00:00:00 2001 From: ei1333 Date: Sat, 16 Aug 2025 01:30:53 +0900 Subject: [PATCH 2/2] nit! --- .github/workflows/verify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 19c45623e..abfdf99da 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -120,14 +120,14 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 2147483647 - + - name: Download verify_files.json and all artifacts id: all-artifacts uses: competitive-verifier/actions/download-verify-artifact@v2 with: download-all: true artifact-root: .artifacts/ - + - name: Extract bundled shell: bash run: | @@ -140,7 +140,7 @@ jobs: fi env: SRCDIR: .artifacts/Bundled-${{ runner.os }} - + - name: Set up competitive-verifier uses: competitive-verifier/actions/setup@v2 with: