fix workflows
Some checks failed
Development Builds / build (push) Has been cancelled

This commit is contained in:
2026-01-07 19:59:51 -06:00
parent e8df722ae7
commit c75fa91894
2 changed files with 2 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
run: mv build/libs/*.jar build/libs/nuggetmod-dev.jar
- name: Upload build artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v3
with:
name: nuggetmod-dev
path: build/libs/nuggetmod-dev.jar