Merge pull request #1 from skoelle/renovate/major-github-actions

Update GitHub Actions (major)
This commit is contained in:
Stefan Koelle
2026-08-11 00:49:44 +02:00
committed by GitHub
+6 -6
View File
@@ -26,10 +26,10 @@ jobs:
artifact_name: osx-x64 artifact_name: osx-x64
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v6
with: with:
dotnet-version: '10.0.x' dotnet-version: '10.0.x'
@@ -57,7 +57,7 @@ jobs:
zip -r $GITHUB_WORKSPACE/MarcerGameDvdLauncher-v${{ steps.version.outputs.version }}-${{ matrix.artifact_name }}.zip . zip -r $GITHUB_WORKSPACE/MarcerGameDvdLauncher-v${{ steps.version.outputs.version }}-${{ matrix.artifact_name }}.zip .
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: MarcerGameDvdLauncher-v${{ steps.version.outputs.version }}-${{ matrix.artifact_name }} name: MarcerGameDvdLauncher-v${{ steps.version.outputs.version }}-${{ matrix.artifact_name }}
path: MarcerGameDvdLauncher-v${{ steps.version.outputs.version }}-${{ matrix.artifact_name }}.zip path: MarcerGameDvdLauncher-v${{ steps.version.outputs.version }}-${{ matrix.artifact_name }}.zip
@@ -66,12 +66,12 @@ jobs:
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Download all artifacts - name: Download all artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
path: artifacts path: artifacts
@@ -97,7 +97,7 @@ jobs:
fi fi
- name: Create GitHub Release - name: Create GitHub Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
with: with:
name: MarcerGameDvdLauncher ${{ github.ref_name }} name: MarcerGameDvdLauncher ${{ github.ref_name }}
body_path: release-notes.md body_path: release-notes.md