diff --git a/.github/scripts/thunderstore_bundle.js b/.github/scripts/thunderstore_bundle.js index 406e09060..ef6539458 100644 --- a/.github/scripts/thunderstore_bundle.js +++ b/.github/scripts/thunderstore_bundle.js @@ -123,7 +123,7 @@ function generateManifest() { BEPINEX_DEPENDENCY, `nebula-${apiPluginInfo.name}-${apiPluginInfo.version}`, "PhantomGamers-IlLine-1.0.0", - "starfi5h-BulletTime-1.2.10", + "starfi5h-BulletTime-1.4.5", ], website_url: "https://github.com/hubastard/nebula" }; diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 832c63593..66d1ace1c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -33,7 +33,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.npm-cache.outputs.dir }} key: npm-${{ hashFiles('package-lock.json') }} @@ -85,7 +85,7 @@ jobs: echo "::set-output name=ver::$ver" # Create release - - uses: hubastard/release-action@v1 + - uses: NebulaModTeam/release-action@v1 with: artifactErrorsFailBuild: true bodyFile: "${{ env.DIST_RELEASE_FOLDER }}BODY.md"