Skip to content

Commit

Permalink
ci: use upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
user111192 authored Sep 14, 2024
1 parent 9c33f0f commit 6b522c9
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 @@ -56,7 +56,7 @@ jobs:
- name: Delete temp files
run: exit 0
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.2.1-node20
uses: actions/upload-artifact@v4
with:
# Artifact name
name: Mod File (${{ matrix.minecraft }})
Expand All @@ -66,7 +66,7 @@ jobs:
if-no-files-found: error
- name: Upload a Build Artifact (Resources)
if: false
uses: actions/upload-artifact@v3.2.1-node20
uses: actions/upload-artifact@v4
with:
# Artifact name
name: Resource File (${{ matrix.minecraft }})
Expand Down

0 comments on commit 6b522c9

Please sign in to comment.