Skip to content

Commit

Permalink
upgrade download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Uchkunev committed Feb 4, 2025
1 parent 0963226 commit 9d0de26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: lint report
path: reports
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: test report
path: reports
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: coverage report
path: reports
Expand Down

0 comments on commit 9d0de26

Please sign in to comment.