Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 1 update (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent db8de6d commit 67cbaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-drawio-desktop-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,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 67cbaf3

Please sign in to comment.