From 54d44c645ee985d7a585ac329cfab597ac79e860 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Tue, 28 Mar 2023 16:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A6=20Update=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update checkout@v3.5.0 and upload-artifact@v3.1.2 --- .github/workflows/action.yml | 4 ++-- .github/workflows/action_secrets.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 7283e3f..7685266 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.1.0 + - uses: actions/checkout@v3.5.0 - 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.1 + uses: actions/upload-artifact@v3.1.2 with: name: rarreg_file path: rarreg.key diff --git a/.github/workflows/action_secrets.yml b/.github/workflows/action_secrets.yml index f201b06..bac3d39 100644 --- a/.github/workflows/action_secrets.yml +++ b/.github/workflows/action_secrets.yml @@ -8,14 +8,14 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.5.0 - name: Generate key shell: powershell run: bin/x64-Release/winrar-keygen.exe "${{secrets.TEXT1}}" "${{secrets.TEXT2}}" | Out-File -Encoding ASCII rarreg.key - name: Upload key - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 with: name: rarreg_file path: rarreg.key