Skip to content

Commit

Permalink
fix: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Oct 26, 2024
1 parent f915d4e commit 17de10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
run: ./gradlew clean neoforge:build fabric:build

- name: Capture Fabric Build Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Fabric Artifacts
path: fabric/build/libs/

- name: Capture NeoForge Build Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: NeoForge Artifacts
path: neoforge/build/libs/

0 comments on commit 17de10d

Please sign in to comment.