From 91054d14ed3ba000bbe072c12295c45fcb9f2e87 Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 1 Mar 2024 17:17:15 -0500 Subject: [PATCH] Updated the upload-artifact version from @3 to @4 because of the deprecation warning --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 21b8aac6b..b8d75f552 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -35,7 +35,7 @@ jobs: output-dir: wheelhouse config-file: "{package}/pyproject.toml" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl @@ -48,6 +48,6 @@ jobs: - name: Build sdist run: pipx run build --sdist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/*.tar.gz \ No newline at end of file