From 481596729d0d51cf8abf554acd60cc1985d5fe22 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Wed, 28 Feb 2024 20:07:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Update=20checkout=20&=20upload-a?= =?UTF-8?q?rtifact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed Node 16 upgrade to Node 20 issue later on. --- .github/workflows/action.yml | 4 ++-- .github/workflows/action_secrets.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3297295..32fe45d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.1 - name: Get key text1 id: text1 @@ -33,7 +33,7 @@ jobs: run: bin/x64-Release/winrar-keygen.exe "${{steps.text1.outputs.prop}}" "${{steps.text2.outputs.prop}}" | Out-File -Encoding ASCII rarreg.key - name: Upload key - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.3.1 with: name: rarreg_file path: rarreg.key diff --git a/.github/workflows/action_secrets.yml b/.github/workflows/action_secrets.yml index 511e255..a3fadfd 100644 --- a/.github/workflows/action_secrets.yml +++ b/.github/workflows/action_secrets.yml @@ -8,7 +8,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.1 - name: Generate key shell: powershell