diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 593f6ea..f9ad554 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -119,7 +119,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: coverage path: ./ diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4109da7..c25e64a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: coverage path: ./ @@ -143,7 +143,7 @@ jobs: - name: Download artifacts id: download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Display structure of downloaded files id: files