From 3429c324f6c7e06e4435872ef25c453e23f3e1d7 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 24 Feb 2024 14:54:53 +0000 Subject: [PATCH] Workflow: Update actions in Linux distros release --- .github/workflows/release-linux-distros.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-linux-distros.yml b/.github/workflows/release-linux-distros.yml index 7722297c21..97be5a7321 100644 --- a/.github/workflows/release-linux-distros.yml +++ b/.github/workflows/release-linux-distros.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Download source - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: internal-source @@ -116,7 +116,7 @@ jobs: echo "::endgroup::" - name: Store bundles - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: openttd-linux-${{ matrix.bundle_name }} path: build/bundles