From c745fd83976b2eed87a1fbc592a84f2359cfcc85 Mon Sep 17 00:00:00 2001 From: Michael Wayne Goodman Date: Mon, 9 Sep 2024 21:34:51 -0700 Subject: [PATCH] Bump actions/upload-artifact to v4 --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 803bdc1..96229db 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,7 @@ name: Build and Publish to PyPI or TestPyPI # Adapted from https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ -on: - push: +on: push jobs: build: @@ -20,7 +19,7 @@ jobs: - name: Build run: hatch build - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions path: dist/