diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15bf4fe..5a310f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ github.event.repository.name }}-ci path: ${{ github.event.repository.name }}-ci