diff options
| -rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pigz.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9d7474d7b2..973c82a640 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -932,7 +932,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true diff --git a/.github/workflows/pigz.yml b/.github/workflows/pigz.yml index 5c233ec91b..ecf67f354e 100644 --- a/.github/workflows/pigz.yml +++ b/.github/workflows/pigz.yml @@ -147,7 +147,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true |
