From 490fc53b00cbfe61de1910f8a9aab23516c90c8c Mon Sep 17 00:00:00 2001 From: Ulenar of Mondarth Date: Mon, 14 Jul 2025 18:35:21 +0000 Subject: [PATCH] ci: uses 3rd party with patch --- .gitea/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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