chore(deps): update github artifact actions
dbsetup / vulnerabilities (pull_request) Successful in 12m17s
dbsetup / test (pull_request) Successful in 13m40s
pre-commit / pre-commit (pull_request) Successful in 20m14s

This commit is contained in:
2026-01-28 13:03:02 +00:00
parent 87e9adac97
commit 1503e963df
+2 -2
View File
@@ -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@v7
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@v6
with:
name: coverage-baseline
path: coverage.txt