Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jun 1, 2024
1 parent a3c96bc commit b3e8a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/githubaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: BusinessTest_NetCore

- name: Restore coverage history
uses: dawidd6/action-download-artifact@v4
uses: actions/download-artifact@v4
with:
name: CoverageHistory
path: CoverageHistory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
working-directory: BusinessTest_NetCore

- name: Restore coverage history
uses: dawidd6/action-download-artifact@v4
uses: actions/download-artifact@v4
with:
name: CoverageHistory
path: CoverageHistory
Expand Down

0 comments on commit b3e8a48

Please sign in to comment.