mirror of
https://github.com/bitcookies/winrar-keygen.git
synced 2026-03-11 09:35:31 +00:00
🚀 Upgrade checkout and upload-artifact
This commit is contained in:
parent
1db52f46fa
commit
92b1aff89e
2 changed files with 12 additions and 12 deletions
12
.github/workflows/keygen.yml
vendored
12
.github/workflows/keygen.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
if: github.event.inputs.KEY_ENCODING == 'ascii'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: Generating License (ASCII)
|
||||
# Use PowerShell 5
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
bin/x64-Release/winrar-keygen.exe "${{ env.KEY_USERNAME }}" "${{ env.KEY_LICENSE_NAME }}" | Out-File -Encoding ${{ env.KEY_ENCODING }} rarreg.key
|
||||
|
||||
- name: Uploading License
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: rarreg_file_${{ env.KEY_ENCODING }}
|
||||
path: rarreg.key
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
if: github.event.inputs.KEY_ENCODING == 'ansi'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: Generating License (ANSI)
|
||||
# Use PowerShell 7
|
||||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
bin/x64-Release/winrar-keygen.exe "${{ env.KEY_USERNAME }}" "${{ env.KEY_LICENSE_NAME }}" | Out-File -Encoding ${{ env.KEY_ENCODING }} rarreg.key
|
||||
|
||||
- name: Uploading License
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: rarreg_file_${{ env.KEY_ENCODING }}
|
||||
path: rarreg.key
|
||||
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
if: github.event.inputs.KEY_ENCODING == 'utf8'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: Generating License (UTF-8)
|
||||
# Use PowerShell 7
|
||||
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
bin/x64-Release/winrar-keygen.exe "$user" "$license" | Out-File -Encoding utf8NoBOM rarreg.key
|
||||
|
||||
- name: Uploading License
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: rarreg_file_${{ env.KEY_ENCODING }}
|
||||
path: rarreg.key
|
||||
|
|
|
|||
12
.github/workflows/keygen_secrets.yml
vendored
12
.github/workflows/keygen_secrets.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
if: github.event.inputs.KEY_ENCODING == 'ascii'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: Generating License (ASCII)
|
||||
# Use PowerShell 5
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
7z a rarreg.7z rarreg.key -p"${{ env.ZIP_PWD }}"
|
||||
|
||||
- name: Uploading License
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: rarreg_file_${{ env.KEY_ENCODING }}
|
||||
path: rarreg.7z
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
if: github.event.inputs.KEY_ENCODING == 'ansi'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: Generating License (ANSI)
|
||||
# Use PowerShell 7
|
||||
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
7z a rarreg.7z rarreg.key -p"${{ env.ZIP_PWD }}"
|
||||
|
||||
- name: Uploading License
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: rarreg_file_${{ env.KEY_ENCODING }}
|
||||
path: rarreg.7z
|
||||
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
if: github.event.inputs.KEY_ENCODING == 'utf8'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: Generating License (UTF-8)
|
||||
# Use PowerShell 7
|
||||
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
7z a rarreg.7z rarreg.key -p"${{ env.ZIP_PWD }}"
|
||||
|
||||
- name: Uploading License
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: rarreg_file_${{ env.KEY_ENCODING }}
|
||||
path: rarreg.7z
|
||||
|
|
|
|||
Loading…
Reference in a new issue