diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1281d8b..fcf759f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: download artifacts uses: actions/download-artifact@v4 with: - name: "*.svg" + pattern: "*.svg" - name: upload badge to artifact uses: actions/upload-pages-artifact@v2 with: