From c9c51e3701da303580d90f4210b4de768ad390b1 Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Thu, 27 Feb 2025 14:36:28 -0500 Subject: [PATCH] SP-1170 Update artifact action to v4 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb35e1b..b5c2673 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - run: | pip3 install --upgrade build python -m build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./dist @@ -29,7 +29,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: