From 2efed17de04065e4fde83252843f96ffe987d685 Mon Sep 17 00:00:00 2001 From: Sebastian Nygren Date: Sun, 10 Nov 2024 22:34:07 +0100 Subject: [PATCH] Tweaked pipelines --- .github/workflows/arma-tools-build.yml | 2 +- .github/workflows/build_pbo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arma-tools-build.yml b/.github/workflows/arma-tools-build.yml index 8ce2f651..c623c0dd 100644 --- a/.github/workflows/arma-tools-build.yml +++ b/.github/workflows/arma-tools-build.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout the source code uses: actions/checkout@master - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 - name: Validate SQF run: python3 tools/sqf_validator.py - name: Check config style diff --git a/.github/workflows/build_pbo.yml b/.github/workflows/build_pbo.yml index 4ba5b561..d183db14 100644 --- a/.github/workflows/build_pbo.yml +++ b/.github/workflows/build_pbo.yml @@ -16,7 +16,7 @@ jobs: name: Checkout repository - name: Building pbos run: ./Build.exe - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 name: Upload artifacts with: name: build