From 7add543665af8b2069c5974ed9e5696895076f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 17:34:33 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v4 --- .github/workflows/create.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index d5af676f..271c62c5 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -68,7 +68,7 @@ jobs: python -m cibuildwheel --output-dir dist - name: upload wheels - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: dist @@ -92,7 +92,7 @@ jobs: python setup.py sdist - name: upload sdist - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: dist @@ -127,7 +127,7 @@ jobs: - name: Checkout pyjnius uses: actions/checkout@v3 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: dist path: dist @@ -196,7 +196,7 @@ jobs: - test_wheels runs-on: 'ubuntu-latest' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: dist path: dist