diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index a9cfe069..544b7197 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -223,7 +223,7 @@ jobs: run: ls -R dist - name: Archive build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v1 with: name: dist-artifacts-manylinux-${{ matrix.python }} path: dist/* diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e3db4d..9878bb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ * update dependencies to `numpy>=1.7.0,<2.0.0` -* update dependencies to `numpy>=1.7.0,<2.0.0` - * update import in `.plotting.matplot_dep.defaults` due to change in matplotlib * Correct dl_dm term in student t inference #1065