chore(deps): update github artifact actions
authz_client / vulnerabilities (pull_request) Successful in 2m21s
pre-commit / pre-commit (pull_request) Successful in 17m47s
authz_client / test (pull_request) Successful in 21m49s

This commit is contained in:
2026-02-26 19:01:22 +00:00
parent c53d80792c
commit b2c42b2156
+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@v8
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@v7
with:
name: coverage-baseline
path: coverage.txt