From 283aa37ffd5ca601f82204f6622c510563c60d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:17:28 +0000 Subject: [PATCH] Bump actions/upload-artifact Bumps the gha-dependencies group with 1 update in the /.github/actions/test_conformance_suite directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.5 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/actions/test_conformance_suite/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test_conformance_suite/action.yml b/.github/actions/test_conformance_suite/action.yml index c252c8a80..64548c3fd 100644 --- a/.github/actions/test_conformance_suite/action.yml +++ b/.github/actions/test_conformance_suite/action.yml @@ -57,7 +57,7 @@ runs: printf 'artifact-name=%s%s %s %s logs' "${{ inputs.short_name || inputs.name }}" "${{ inputs.shard && format(' {0}', inputs.shard) || '' }}" "${{ runner.os }}" "${{ inputs.python_version }}" >> $GITHUB_OUTPUT - name: Upload logs and reports if: always() - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 with: name: ${{ steps.build-artifact-name.outputs.artifact-name }} if-no-files-found: error