diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54ccf2ac..9596bad5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,13 +57,13 @@ jobs: contents: write steps: - name: Download the executables - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: rendercv-* merge-multiple: false - name: Download the build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist @@ -88,7 +88,7 @@ jobs: id-token: write steps: - name: Download the build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7d7e9592..2b811c3c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v6 - name: Download coverage files - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-* # download all the uploaded coverage reports path: coverage