diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae728e3..18e4b13 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions path: dist/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 3575079..09c17e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,3 +13,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `pre-commit` from 3.5.0 to 3.6.0 ([#2](https://github.com/MechanicalFlower/python-template/pull/2)) - Bump `sigstore/gh-action-sigstore-python` from 2.1.0 to 2.1.1 ([#5](https://github.com/MechanicalFlower/python-template/pull/5)) - Bump `actions/download-artifact` from 3 to 4 ([#4](https://github.com/MechanicalFlower/python-template/pull/4)) +- Bump `actions/upload-artifact` from 3 to 4 ([#3](https://github.com/MechanicalFlower/python-template/pull/3))