diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4380ad0f..26e02101 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: run: python -m pip install build - name: Build sdist run: python -m build --sdist --wheel --outdir dist/ . - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: path: dist/* diff --git a/CHANGES.rst b/CHANGES.rst index 2d7b065a..c844eabe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,6 @@ 4.0.0 (Unreleased) ================== +- Bump actions/upload-artifact from 6 to 7 (#313) - Update casaplotms requirement from >=2.7.4 to >=2.8.2 (#2.8.2) - Initial pip-installable version (#292)