Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent dd08b56 commit 9dcd81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Download backend coverage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: backend-coverage
path: packages/backend/coverage

- name: Download front-end coverage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: frontend-coverage
path: packages/frontend/coverage
Expand Down

0 comments on commit 9dcd81a

Please sign in to comment.