From ab24a6e796a7d93060ddc716817ff8ff442c12e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 09:04:46 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.2.4 to 2.3.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v2.3.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/int.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index dee04b94c..86e2002ba 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -40,7 +40,7 @@ jobs: - name: Persist log files if: ${{ failure() }} - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v2.3.0 with: name: test_debugging_help path: tests @@ -69,7 +69,7 @@ jobs: - name: Persist log files if: ${{ failure() }} - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v2.3.0 with: name: test_debugging_help path: tests