diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f730e3e5..5c86d6db 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,13 +58,13 @@ jobs: contents: write steps: - name: Download the executables - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: rendercv-* merge-multiple: false - name: Download the build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist path: dist @@ -92,7 +92,7 @@ jobs: id-token: write steps: - name: Download the build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist path: dist diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index beffe731..18b32691 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v5 - name: Download coverage files - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: coverage-* # download all the uploaded coverage reports path: coverage