From b0c14e89a186805bdd27ad0bfb3ac9b1c73252ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:23:34 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.4.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... 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 7dc1af5..cad0fa6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -160,7 +160,7 @@ jobs: - name: Upload generic continue-on-error: true - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.2 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 88f6a76..1d62f2b 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.4.0 + uses: actions/upload-artifact@v4.4.2 with: name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout path: tmp_7z/output.7z