From a2dfeee3701e1f0218614205ef6f2dd905f0006a Mon Sep 17 00:00:00 2001 From: mhidaka Date: Sun, 16 Mar 2025 20:58:53 +0900 Subject: [PATCH] Update on_push.yml Replace deprecated Actions version --- .github/workflows/on_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_push.yml b/.github/workflows/on_push.yml index ce058ed2..f70e1a54 100755 --- a/.github/workflows/on_push.yml +++ b/.github/workflows/on_push.yml @@ -9,13 +9,13 @@ jobs: # uses v3 Stable version # https://github.com/actions/checkout - name: checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4.2.2 # Build Artifacts - name: Build distribution file uses: TechBooster/ReVIEW-build-artifact-action@master # Upload Distribution file - name: Upload distribution file to github artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.6.1 with: name: Output documents path: ./articles/*.pdf