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"