From f4057bd3900592dfeed827bb5b1d18c3c5d324c2 Mon Sep 17 00:00:00 2001 From: Tyler Murray Date: Fri, 20 Sep 2024 13:01:48 -0700 Subject: [PATCH] Dependabot fail (#202) --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index af3dfe12..c39415c4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -202,7 +202,7 @@ jobs: sudo apt-get update sudo apt-get install --yes --upgrade build-essential cmake protobuf-compiler libssl-dev glibc-source musl-tools - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: dist @@ -227,7 +227,7 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@4 with: name: wheels path: dist @@ -251,7 +251,7 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: dist @@ -268,7 +268,7 @@ jobs: command: sdist args: --out dist - name: Upload sdist - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: dist