Skip to content

Commit

Permalink
Upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
NightScript370 committed Sep 9, 2024
1 parent 6b5d660 commit 5ede0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "::set-output name=commit_subject::$(git log -1 $GITHUB_SHA --pretty=%s)"
echo "::set-output name=commit_message::$(git log -1 $GITHUB_SHA --pretty=%b)"
- name: Publish build to GH Actions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ~/artifacts/*
name: build
Expand Down
2 changes: 1 addition & 1 deletion resources/UniStores.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/Epicpkmn11/WordleDS/raw/mods/unistore/wordle-ds.unistore",
"description": "Mods for Wordle DS"
},
"Minecraft 3DS Customization Unistore": {
"Minecraft 3DS Community Unistore": {
"title": "Minecraft 3DS Community Unistore",
"author": "Nawrek, Vance, and Cracko298",
"url": "https://github.com/Minecraft-3DS-Community/Minecraft-3ds-unistore/raw/main/minecraft-3ds-community.unistore",
Expand Down

0 comments on commit 5ede0bd

Please sign in to comment.