Upgrade GitHub Actions to version 6

This commit is contained in:
MacRimi
2026-03-24 10:56:50 +01:00
committed by GitHub
parent 6f99e1e8c1
commit a286770fd2

View File

@@ -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: |