Workflow: Update actions in Linux distros release

This commit is contained in:
Jonathan G Rennison
2024-02-24 14:54:53 +00:00
parent 96df846138
commit 3429c324f6

View File

@@ -39,7 +39,7 @@ jobs:
steps: steps:
- name: Download source - name: Download source
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: internal-source name: internal-source
@@ -116,7 +116,7 @@ jobs:
echo "::endgroup::" echo "::endgroup::"
- name: Store bundles - name: Store bundles
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: openttd-linux-${{ matrix.bundle_name }} name: openttd-linux-${{ matrix.bundle_name }}
path: build/bundles path: build/bundles