From c8eeef37f68537e2bd08b1d0ba7cce34be2e576a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:45:11 +0100 Subject: [PATCH] build(deps): bump the dependencies group with 1 update (#99) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/drawio-export.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/drawio-export.yaml b/.github/workflows/drawio-export.yaml index ce1c0d8..47e5907 100644 --- a/.github/workflows/drawio-export.yaml +++ b/.github/workflows/drawio-export.yaml @@ -32,13 +32,13 @@ jobs: env: DOCKER_IMAGE: ${{ github.repository }}:${{ env.GITHUB_REF_SLUG }} - name: Test docker image // Store output logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-docker-image-logs path: "tests/output/*.log" if: ${{ always() }} - name: Test docker image // Store output files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-docker-image-files path: |