Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 1 update (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent c245422 commit c8eeef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drawio-export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c8eeef3

Please sign in to comment.