Upgrade GitHub Actions to version 6

This commit is contained in:
MacRimi
2026-03-24 10:57:45 +01:00
committed by GitHub
parent a286770fd2
commit 9bfacd9da9

View File

@@ -15,13 +15,13 @@ jobs:
steps: steps:
- name: Checkout develop - name: Checkout develop
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: develop ref: develop
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 }}-beta-AppImage name: ProxMenux-${{ steps.version.outputs.VERSION }}-beta-AppImage
path: | path: |