From 42da5064c3e41fe44cedd2ef0c9f6f3be5d3ebd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:49:16 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.6 to 4.4.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... 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 1860a56..353c345 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.3.6 + uses: actions/upload-artifact@v4.4.0 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 ccf1ee9..3325444 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.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout path: tmp_7z/output.7z