From 4011740f435d84cfc7474e369aae1dc89b062fe6 Mon Sep 17 00:00:00 2001 From: Bernd Boeckmann Date: Sun, 4 Aug 2024 16:14:53 +0200 Subject: [PATCH] update Github workflow --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b65004..045fc94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: [self-hosted, watcom] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build with wmake run: | @@ -26,13 +26,13 @@ jobs: wmake dist dist-svardos - name: Upload distribution files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: fdisk.zip path: fdisk.zip - name: Upload SvarDOS package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: fdisk.svp path: fdisk.svp