Workflow: Update actions in Linux distros release
This commit is contained in:
4
.github/workflows/release-linux-distros.yml
vendored
4
.github/workflows/release-linux-distros.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user