Update GitHub Artifact Actions (#6260)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-02-27 09:55:47 +01:00 committed by GitHub
parent f2e783064e
commit 76f4e1f3ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 17 additions and 17 deletions

View file

@ -56,7 +56,7 @@ jobs:
- name: ✅ Upload kover report
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: kover-results
path: |
@ -88,7 +88,7 @@ jobs:
run: ./gradlew dependencyCheckAnalyze $CI_GRADLE_ARG_PROPERTIES
- name: Upload dependency analysis
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: dependency-analysis
path: build/reports/dependency-check-report.html