From a63b85947afb3fd774b06a479e662c419d82bbab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:14:50 +0100 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#3) * chore(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * chore(changelog): automatic update to add dependabot deps bump --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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))