From a8219a7d136dac1773f8f35964cf7e955179796b Mon Sep 17 00:00:00 2001 From: S_N00B <49575478+S-N00B-1@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:30:22 -0700 Subject: [PATCH] Bump actions to v4 --- .github/workflows/CompileLEBMod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CompileLEBMod.yml b/.github/workflows/CompileLEBMod.yml index 0350c43..8d1bfb0 100644 --- a/.github/workflows/CompileLEBMod.yml +++ b/.github/workflows/CompileLEBMod.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v4 with: @@ -20,7 +20,7 @@ jobs: wget https://raw.githubusercontent.com/DBTDerpbox/LEB-ModTools/main/LEB-ModCompiler.py python LEB-ModCompiler.py - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: Artifacts path: "output"