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