From 7a5a39c00bf35a42b6d62e9cea3b5d2c0c5583d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:16:15 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/mega-linter.yaml | 2 +- template/.github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mega-linter.yaml b/.github/workflows/mega-linter.yaml index 8704a1a..1e544b8 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -43,7 +43,7 @@ jobs: token: ${{ steps.auth.outputs.token }} - if: success() || failure() name: Upload Reports - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: mega-linter-reports path: |- diff --git a/template/.github/workflows/release.yaml b/template/.github/workflows/release.yaml index 0a60819..2f85297 100644 --- a/template/.github/workflows/release.yaml +++ b/template/.github/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: url: https://pypi.org/project/${{ needs.build.outputs.package-name }}/${{ needs.build.outputs.package-version }}/ steps: - name: Download Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ needs.build.outputs.artifact-name }} path: dist @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ needs.build.outputs.artifact-name }} path: dist