diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca6e4a8..c8e675d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Download Specific MelonLoader if: env.MELONLOADER_BRANCH != '' - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build.yml @@ -77,7 +77,7 @@ jobs: - name: Download Specific Mod Helper - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 if: env.MOD_HELPER_BRANCH != '' with: github_token: ${{ secrets.GITHUB_TOKEN }}