From 602afa0cee12145fd9dcaf557918750c4e82e700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:59:40 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/changelog.yaml | 2 +- .github/workflows/coding-standards.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index c73fb30..b8222b0 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -28,7 +28,7 @@ jobs: git-chglog > CHANGELOG.md cat CHANGELOG.md - name: Changelog as artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: overwrite: true name: CHANGELOG.md diff --git a/.github/workflows/coding-standards.yaml b/.github/workflows/coding-standards.yaml index 580c0fb..0e5fe68 100644 --- a/.github/workflows/coding-standards.yaml +++ b/.github/workflows/coding-standards.yaml @@ -101,7 +101,7 @@ jobs: - name: Upload coverage if: matrix.composer-versions == 'highest' && matrix.php-version == '8.5' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: overwrite: true name: coverage-report @@ -109,7 +109,7 @@ jobs: - name: Upload html-coverage if: matrix.composer-versions == 'highest' && matrix.php-version == '8.5' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: overwrite: true name: coverage-report-web @@ -124,7 +124,7 @@ jobs: - name: Coverage as artifact if: matrix.composer-versions == 'highest' && matrix.php-version == '8.5' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: overwrite: true name: coverage-report @@ -136,7 +136,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v6" - name: Download Coverage Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage-report path: tests/coverage/ @@ -166,7 +166,7 @@ jobs: push_badge: false - name: Docs as artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: overwrite: true name: docs-public