From e461e26a05df94f1af2b19b0d3e19b247c86cd8b Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Sat, 15 Jun 2024 10:52:00 +0000 Subject: [PATCH] build on Ubuntu 24.04 runners and switch away from deprecated actions --- .github/workflows/11.0.x.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/11.0.x.yml b/.github/workflows/11.0.x.yml index 6b5f153..dd22d75 100644 --- a/.github/workflows/11.0.x.yml +++ b/.github/workflows/11.0.x.yml @@ -24,10 +24,10 @@ jobs: retention: 1 upload64: needs: [labwc64] - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Download labwc build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: vanilladpup-x86_64-11.0.${{ github.run_number }}-labwc path: labwc @@ -36,7 +36,7 @@ jobs: mv -f labwc/*-bios.img.gz vanilladpup-11.0.${{ github.run_number }}-labwc-bios.img.gz mv -f labwc/*-uefi.img.gz vanilladpup-11.0.${{ github.run_number }}-labwc-uefi.img.gz - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: vanilladpup-x86_64-11.0.${{ github.run_number }} tag_name: vanilladpup-x86_64-11.0.${{ github.run_number }} @@ -46,13 +46,13 @@ jobs: labwc/woof-CE.tar.gz cleanup: needs: [upload64] - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: arch: [x86_64] steps: - name: Delete old ${{ matrix.arch }} releases - uses: dev-drprasad/delete-older-releases@v0.2.1 + uses: dev-drprasad/delete-older-releases@v0.3.4 with: keep_latest: 1 delete_tag_pattern: vanilladpup-${{ matrix.arch }}-11.0.