From 278a915cd3a641211e1c5267d8e1f47108a9c740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:56:35 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2787be6..431da60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: - name: Parserdiagnose bei Fehler sichern if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: powershell-parser-diagnostics-${{ github.event.pull_request.head.sha || github.sha }} path: ${{ runner.temp }}/powershell-parser-diagnostics.txt @@ -228,7 +228,7 @@ jobs: ) - name: Abgenommenes Paket als CI-Artefakt bereitstellen - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: vendoo-1.43.0-updater-3.4-${{ github.event.pull_request.head.sha || github.sha }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 222bdb4..f46f166 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: --clobber - name: Build-Artefakte sichern - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ steps.package.outputs.package_name }} path: |