mirror of
https://github.com/bitcookies/winrar-keygen.git
synced 2026-03-11 09:35:31 +00:00
💫 Update checkout & upload-artifact
Fixed Node 16 upgrade to Node 20 issue later on.
This commit is contained in:
parent
616b6f4be8
commit
481596729d
2 changed files with 3 additions and 3 deletions
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/action_secrets.yml
vendored
2
.github/workflows/action_secrets.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue