diff --git a/.github/workflows/create_build.yml b/.github/workflows/create_build.yml index 718efdcfc..3277465fd 100644 --- a/.github/workflows/create_build.yml +++ b/.github/workflows/create_build.yml @@ -29,7 +29,7 @@ jobs: echo "last_nightly=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV - name: Generate changelog id: changelog - uses: metcalfc/changelog-generator@v4.0.1 + uses: metcalfc/changelog-generator@v4.3.1 with: myToken: ${{ secrets.GITHUB_TOKEN }} base-ref: ${{ env.last_nightly }} @@ -59,7 +59,7 @@ jobs: - if: ${{ github.event.inputs.build_type == 'Nightly' }} name: Create Pre-release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.14.0 with: token: "${{ secrets.GITHUB_TOKEN }}" artifacts: "OoT3D_Randomizer.cia,OoT3D_Randomizer.3dsx,cia.png,3dsx.png" @@ -82,7 +82,7 @@ jobs: - if: ${{ github.event.inputs.build_type == 'Release' }} name: Create Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.14.0 with: token: "${{ secrets.GITHUB_TOKEN }}" artifacts: "OoT3D_Randomizer.cia,OoT3D_Randomizer.3dsx,cia.png,3dsx.png"