From 14b600adf81c8a02104a6cdee8c97be4c193f9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:29:06 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.1 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/test_integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8bc6bc..d9d0f9e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -175,7 +175,7 @@ jobs: - name: Upload generic continue-on-error: true - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v7.0.1 with: name: ${{ matrix.os }}_${{ env.PLUGIN_NAME }}-generic path: out/${{ env.PLUGIN_NAME }}-generic.zip diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index a2aec7e..652276e 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -128,7 +128,7 @@ jobs: - name: Upload 7z artifact continue-on-error: true if: always() - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v7.0.1 with: name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout path: tmp_7z/output.7z