diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a2c185..99d180d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,7 +63,7 @@ jobs: cache: gradle - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: "*-artifacts" merge-multiple: true