diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 32fe45d..c9508a6 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - 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@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: rarreg_file path: rarreg.key diff --git a/.github/workflows/action_secrets.yml b/.github/workflows/action_secrets.yml index a3fadfd..0e5f7ce 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@v4.1.1 + - uses: actions/checkout@v4.1.3 - 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.2 + uses: actions/upload-artifact@v4.3.3 with: name: rarreg_file path: rarreg.key