diff --git a/.gitea/workflows/bump-version.yml b/.gitea/workflows/bump-version.yml index 57e4661..0663f39 100644 --- a/.gitea/workflows/bump-version.yml +++ b/.gitea/workflows/bump-version.yml @@ -24,7 +24,7 @@ jobs: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} changelog_increment_filename: release-note.md - name: Preserve Release Note - uses: https://gitea.com/actions/upload-artifact@v4 + uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4 with: name: release-v${{ env.REVISION }} path: release-note.md