Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node.js version 16 to version 20 in CI/CD workflow #2817

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
image: ["GLideN64 (x64 Mupen64Plus-CLI)", "GLideN64 (x64 Mupen64Plus-Qt)"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Packages
run: |
# fix for "error processing package grub-efi-amd64-signed"
Expand Down Expand Up @@ -43,15 +43,15 @@ jobs:
cp translations/release/*.qm build/linux-mupen64plus-qt/
- name: Upload GLideN64 (x64 Mupen64Plus-CLI)
if: ${{ matrix.image == 'GLideN64 (x64 Mupen64Plus-CLI)' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GLideN64-${{ env.GIT_REVISION }}-Linux-Mupen64Plus-CLI-x64
path: |
build/linux-mupen64plus-cli/*.so
build/linux-mupen64plus-cli/GLideN64.custom.ini
- name: Upload GLideN64 (x64 Mupen64Plus-Qt)
if: ${{ matrix.image == 'GLideN64 (x64 Mupen64Plus-Qt)' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GLideN64-${{ env.GIT_REVISION }}-Linux-Mupen64Plus-Qt-x64
path: |
Expand All @@ -70,8 +70,8 @@ jobs:
QT_BUILD_x86: qt-5_15-x86-msvc2017-static
QT_BUILD_x64: qt-5_15-x64-msvc2017-static
steps:
- uses: actions/checkout@v3
- uses: microsoft/setup-msbuild@v1.1
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v2
- uses: msys2/setup-msys2@v2
with:
update: true
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
cp translations/release/*.qm build/windows-mupen64plus-qt/
shell: msys2 {0}
- name: Upload GLideN64 (x64 Project64-Qt)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'GLideN64 (x64 Project64-Qt)' }}
with:
name: GLideN64-${{ env.GIT_REVISION }}-Windows-Project64-Qt-x64
Expand All @@ -171,7 +171,7 @@ jobs:
build\windows-project64-qt-x64\GLideN64.custom.ini
build\windows-project64-qt-x64\*.qm
- name: Upload GLideN64 (x86 Project64-Qt)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'GLideN64 (x86 Project64-Qt)' }}
with:
name: GLideN64-${{ env.GIT_REVISION }}-Windows-Project64-Qt-x86
Expand All @@ -180,7 +180,7 @@ jobs:
build\windows-project64-qt\GLideN64.custom.ini
build\windows-project64-qt\*.qm
- name: Upload GLideN64 (x64 Project64-WTL)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'GLideN64 (x64 Project64-WTL)' }}
with:
name: GLideN64-${{ env.GIT_REVISION }}-Windows-Project64-WTL-x64
Expand All @@ -189,7 +189,7 @@ jobs:
build\windows-project64-wtl-x64\GLideN64.custom.ini
build\windows-project64-wtl-x64\translations\*.Lang
- name: Upload GLideN64 (x86 Project64-WTL)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'GLideN64 (x86 Project64-WTL)' }}
with:
name: GLideN64-${{ env.GIT_REVISION }}-Windows-Project64-WTL-x86
Expand All @@ -198,23 +198,23 @@ jobs:
build\windows-project64-wtl\GLideN64.custom.ini
build\windows-project64-wtl\translations\*.Lang
- name: Upload GLideN64 (x64 Mupen64Plus-CLI)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'GLideN64 (x64 Mupen64Plus-CLI)' }}
with:
name: GLideN64-${{ env.GIT_REVISION }}-Windows-Mupen64Plus-CLI-x64
path: |
build\windows-mupen64plus-cli-x64\*.dll
build\windows-mupen64plus-cli-x64\GLideN64.custom.ini
- name: Upload GLideN64 (x86 Mupen64Plus-CLI)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'GLideN64 (x86 Mupen64Plus-CLI)' }}
with:
name: GLideN64-${{ env.GIT_REVISION }}-Windows-Mupen64Plus-CLI-x86
path: |
build\windows-mupen64plus-cli\*.dll
build\windows-mupen64plus-cli\GLideN64.custom.ini
- name: Upload GLideN64 (x64 Mupen64Plus-Qt)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'GLideN64 (x64 Mupen64Plus-Qt)' }}
with:
name: GLideN64-${{ env.GIT_REVISION }}-Windows-Mupen64Plus-Qt-x64
Expand All @@ -227,9 +227,9 @@ jobs:
needs: [Windows, Linux]
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts
# sadly we can't download the artifacts without extracting it
Expand All @@ -238,7 +238,7 @@ jobs:
run: |
cd artifacts
for artifact in *
do
do
echo "-> Creating ${artifact}.zip"
pushd "$artifact"
zip -r "../${artifact}.zip" *
Expand Down