Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 46198e488c |
@@ -25,7 +25,7 @@ jobs:
|
||||
# Download baseline coverage from main branch (for PRs)
|
||||
- name: Download baseline coverage
|
||||
if: gitea.event_name == 'pull_request'
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: coverage-baseline
|
||||
path: ./baseline
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
# Upload coverage as baseline (only on main)
|
||||
- name: Upload coverage baseline
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-baseline
|
||||
path: coverage.txt
|
||||
|
||||
@@ -2,14 +2,6 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.5.1] - 2026-04-10
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.1 (#296)
|
||||
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#298)
|
||||
- *(deps)* Update dependency go to v1.26.2 (#300)
|
||||
|
||||
## [0.5.0] - 2026-03-12
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
Reference in New Issue
Block a user