mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-05 20:03:48 +00:00
Upgrade GitHub Actions to version 6
This commit is contained in:
6
.github/workflows/build-appimage-Release.yml
vendored
6
.github/workflows/build-appimage-Release.yml
vendored
@@ -15,13 +15,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- name: Checkout main
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v5
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
cat ProxMenux-Monitor.AppImage.sha256
|
cat ProxMenux-Monitor.AppImage.sha256
|
||||||
|
|
||||||
- name: Upload AppImage artifact
|
- name: Upload AppImage artifact
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
|
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user