From 558acf5bb2c752b90b3cc0bcc78bae15241009b9 Mon Sep 17 00:00:00 2001 From: KredeGC Date: Mon, 22 Dec 2025 14:48:03 +0100 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d1dc56..cf83d70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Copy LICENSE run: cp LICENSE include/ktl/LICENSE - name: Create VERSION.txt @@ -35,7 +35,7 @@ jobs: - name: Tar headers run: tar czvf KTL.tar.gz include/ktl - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | KTL.zip