Skip to content

Commit

Permalink
fix(code-coverage): Use v2 of gh-docker-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 14, 2024
1 parent 0715b5e commit e944357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:

- name: Collect docker logs
if: always()
uses: jwalton/gh-docker-logs@v1
uses: jwalton/gh-docker-logs@v2
with:
dest: '${{ runner.workspace }}/logs-docker'

Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:

- name: Collect docker logs
if: always()
uses: jwalton/gh-docker-logs@v1
uses: jwalton/gh-docker-logs@v2
with:
dest: '${{ runner.workspace }}/logs-docker'

Expand Down

0 comments on commit e944357

Please sign in to comment.