From 158abd9556fca322504b07283dd78fd63ecb6dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Larivi=C3=A8re?= Date: Tue, 7 Apr 2026 13:33:22 -0400 Subject: [PATCH] ci: bump actions to node 24 compatible versions --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56b3374..ec92a8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup .NET Core - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: '10.0.x' @@ -31,7 +31,7 @@ jobs: run: dotnet pack -o package /p:Version=$(date "+%-Y.%-m.%-d") working-directory: src - - uses: actions/upload-artifact@v4.3.6 + - uses: actions/upload-artifact@v7 with: name: nugets path: src/package/*.nupkg \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34b1131..e442f71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,10 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check out devolutions/actions - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: ./.github/workflows ref: v1