Skip to content

Commit 19ce390

Browse files
committed
Update actions
1 parent fd0e70c commit 19ce390

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v7
1717

1818
- name: ShellCheck
1919
uses: ludeeus/action-shellcheck@master
@@ -34,15 +34,15 @@ jobs:
3434
./extra/package.sh
3535
3636
- name: Upload artifacts - main zip
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v7
3838
if: "!startsWith(github.ref, 'refs/tags/')"
3939
with:
4040
name: party_orders.zip
4141
path: party_orders*.zip
4242
if-no-files-found: error
4343

4444
- name: Release
45-
uses: softprops/action-gh-release@v2
45+
uses: softprops/action-gh-release@v3
4646
if: startsWith(github.ref, 'refs/tags/')
4747
with:
4848
files: |

.github/workflows/poify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v7
1717

1818
- name: Poify/Unpoify run
1919
if: github.ref == 'refs/heads/master' && github.event_name == 'push'

extra/env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ extra_dir="$(realpath extra)"
66
export extra_dir
77
export bin_dir="$extra_dir/bin"
88
export mods_dir="mods"
9-
export mpack_version=${mpack_version:-4.3}
9+
export mpack_version=${mpack_version:-4.5}
1010
export mpack_7z="mpack.7z"
11-
export sfall_version=${sfall_version:-4.3}
11+
export sfall_version=${sfall_version:-4.5}
1212
export WINEARCH=win32
1313
export WINEDEBUG=-all
1414
export mod_name=party_orders

extra/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -xeu -o pipefail
44

55
extra_dir=${extra_dir:-extra}
6-
mpack_version=${mpack_version:-4.3}
6+
mpack_version=${mpack_version:-4.5}
77

88
mpack_file="modderspack_$mpack_version.7z"
99
mpack_url="https://sourceforge.net/projects/sfall/files/Modders%20pack/$mpack_file/download"

0 commit comments

Comments
 (0)