From e9527ebf241b6576e56a4a92826bd898a5f48350 Mon Sep 17 00:00:00 2001 From: robert berry Date: Wed, 5 Mar 2025 09:25:03 -0800 Subject: [PATCH] Bump artifacts version --- .github/workflows/CI.yml | 8 ++++---- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3fbf953d..a654ac46 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -204,7 +204,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@v4.4 + uses: actions/upload-artifact@v4.4.1 with: overwrite: true name: release-wheel-linux-${{ matrix.target }}-${{ github.run_id }} @@ -230,7 +230,7 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - name: Upload wheels - uses: actions/upload-artifact@v4.4 + uses: actions/upload-artifact@v4.4.1 with: overwrite: true name: release-wheel-windows-${{ matrix.target }}-${{ github.run_id }} @@ -255,7 +255,7 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - name: Upload wheels - uses: actions/upload-artifact@v4.4 + uses: actions/upload-artifact@v4.4.1 with: overwrite: true name: release-wheel-macos-${{ matrix.target }}-${{ github.run_id }} @@ -273,7 +273,7 @@ jobs: command: sdist args: --out dist - name: Upload sdist - uses: actions/upload-artifact@v4.4 + uses: actions/upload-artifact@v4.4.1 with: overwrite: true name: release-sdist-${{ github.run_id }} diff --git a/Cargo.toml b/Cargo.toml index 1d2ff6bd..7537edb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dolma" -version = "1.2.0-dev6" +version = "1.2.0-dev7" edition = "2021" license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 5d60c46a..45ebf886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dolma" -version = "1.2.0.dev6" +version = "1.2.0.dev7" description = "Data filters" license = { text = "Apache-2.0" } readme = "README.md"