CI/GitHub: Update actions versions
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
pch: 0
|
pch: 0
|
||||||
launcher: ccache
|
launcher: ccache
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
- name: Set reusable strings
|
- name: Set reusable strings
|
||||||
id: strings
|
id: strings
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
- name: Restore nopch cache
|
- name: Restore nopch cache
|
||||||
id: ccache-restore
|
id: ccache-restore
|
||||||
if: ${{ matrix.pch == '0' }}
|
if: ${{ matrix.pch == '0' }}
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/.ccache
|
path: ${{ github.workspace }}/.ccache
|
||||||
key: ${{ steps.strings.outputs.ccache-key-prefix }}-${{ github.ref_name }}-${{ github.sha }}
|
key: ${{ steps.strings.outputs.ccache-key-prefix }}-${{ github.ref_name }}-${{ github.sha }}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Set reusable strings
|
- name: Set reusable strings
|
||||||
id: strings
|
id: strings
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ jobs:
|
|||||||
MYSQL_ROOT_DIR: C:/Program Files/MySQL/MySQL Server 8.0
|
MYSQL_ROOT_DIR: C:/Program Files/MySQL/MySQL Server 8.0
|
||||||
OPENSSL_ROOT_DIR: C:/libs/openssl
|
OPENSSL_ROOT_DIR: C:/libs/openssl
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Set reusable strings
|
- name: Set reusable strings
|
||||||
id: strings
|
id: strings
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache OpenSSL
|
- name: Cache OpenSSL
|
||||||
id: cache-openssl
|
id: cache-openssl
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ env.OPENSSL_ROOT_DIR }}
|
path: ${{ env.OPENSSL_ROOT_DIR }}
|
||||||
key: ${{ steps.openssl-info.outputs.cache-key }}
|
key: ${{ steps.openssl-info.outputs.cache-key }}
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
./worldserver --version
|
./worldserver --version
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.strings.outputs.build-output-dir }}/bin/${{ env.CMAKE_BUILD_TYPE }}
|
path: ${{ steps.strings.outputs.build-output-dir }}/bin/${{ env.CMAKE_BUILD_TYPE }}
|
||||||
name: TrinityCoreMasterWin64VS2022
|
name: TrinityCoreMasterWin64VS2022
|
||||||
|
|||||||
Reference in New Issue
Block a user