From b3e8a485ccb498120429dc833b83724054d45438 Mon Sep 17 00:00:00 2001 From: Daniel Palme Date: Sat, 1 Jun 2024 22:16:47 +0200 Subject: [PATCH] Update dependencies --- .github/workflows/githubaction.yml | 2 +- .github/workflows/localtool.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/githubaction.yml b/.github/workflows/githubaction.yml index c70a9d0..bc71f4f 100644 --- a/.github/workflows/githubaction.yml +++ b/.github/workflows/githubaction.yml @@ -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 diff --git a/.github/workflows/localtool.yml b/.github/workflows/localtool.yml index 36a1f3e..7d0f1eb 100644 --- a/.github/workflows/localtool.yml +++ b/.github/workflows/localtool.yml @@ -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