Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
nodeja 20 is deprecated
  • Loading branch information
mheyer32 committed Oct 21, 2024
1 parent 5ec6c85 commit 91a8a9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
Expand All @@ -22,7 +22,7 @@ jobs:
cd source
make os3 release
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Dopus5_92_dev_os3_debug
path: releases/Dopus5_92_dev_os3_debug.zip
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
Expand All @@ -42,7 +42,7 @@ jobs:
cd source
make os3 release debug=no
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Dopus5_92_os3
path: releases/Dopus5_92_os3.zip
path: releases/Dopus5_92_os3.zip

0 comments on commit 91a8a9e

Please sign in to comment.