From 006787d060bda3957dcb3722f4b7c59415bc58cb Mon Sep 17 00:00:00 2001 From: "J. Caleb Wherry" <337871+calebwherry@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:51:45 -0400 Subject: [PATCH] 19690: Fixes relesae action bugs (#9) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 617edd6..b407d6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,14 +61,14 @@ jobs: SETUPTOOLS_SCM_PRETEND_VERSION: ${{ needs.metadata.outputs.version }} - name: Upload Tarball Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "howso-engine-no-telemetry-${{ needs.metadata.outputs.version }}" path: "dist/howso-engine-no-telemetry-${{ needs.metadata.outputs.version }}.tar.gz" if-no-files-found: error - name: Upload Wheel Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "howso_engine_no_telemetry-${{ needs.metadata.outputs.version }}-py3-none-any" path: "dist/howso_engine_no_telemetry-${{ needs.metadata.outputs.version }}-py3-none-any.whl"