Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-dev authored Nov 25, 2024
1 parent 665847e commit 5867144
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 @@ -45,7 +45,7 @@ jobs:

- name: Download Specific MelonLoader
if: env.MELONLOADER_BRANCH != ''
uses: dawidd6/action-download-artifact@6
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build.yml
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:


- name: Download Specific Mod Helper
uses: dawidd6/action-download-artifact@6
uses: dawidd6/action-download-artifact@v6
if: env.MOD_HELPER_BRANCH != ''
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5867144

Please sign in to comment.