Skip to content

Commit

Permalink
Update ci.yml use node.js 20 for upload artifact action
Browse files Browse the repository at this point in the history
Node.js 16 will be deprecated need to use node.js 20

Signed-off-by: DSCaskey <31944718+DSCaskey@users.noreply.github.com>
  • Loading branch information
DSCaskey committed Mar 8, 2024
1 parent 5f5e6f1 commit 7b5f7a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cp -r /usr/share/X11/xkb/* AppDir/usr/share/X11/xkb
linuxdeploy-x86_64.AppImage --appdir AppDir --desktop-file=dist/seamly2d.desktop --plugin qt --output appimage
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Seamly2D-x86_64.AppImage
path: Seamly2D-x86_64.AppImage
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
fi
make -j$(sysctl -n hw.logicalcpu)
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Seamly2D-macos.zip
path: out/Seamly2D-macos.zip
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
C:\"Program Files"\7-Zip\7z.exe a Seamly2D-windows.zip Seamly2D-installer.exe
copy Seamly2D-windows.zip ..\Seamly2D\
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Seamly2D-windows.zip
path: Seamly2D-windows.zip
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
C:\"Program Files"\7-Zip\7z.exe a Seamly2D-win32.zip Seamly2D-installer.exe
copy Seamly2D-win32.zip ..\Seamly2D\
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Seamly2D-win32.zip
path: Seamly2D-win32.zip
Expand Down

0 comments on commit 7b5f7a2

Please sign in to comment.