Skip to content

Commit

Permalink
Merge pull request #252 from allenai/bump_artifacts_version
Browse files Browse the repository at this point in the history
Bump artifacts version to 4.4.1
  • Loading branch information
no0p authored Mar 5, 2025
2 parents ca1727f + 456b138 commit 042d50f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: actions/[email protected].1
with:
overwrite: true
name: release-wheel-linux-${{ matrix.target }}-${{ github.run_id }}
Expand All @@ -228,7 +228,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
- name: Upload wheels
uses: actions/[email protected]
uses: actions/[email protected].1
with:
overwrite: true
name: release-wheel-windows-${{ matrix.target }}-${{ github.run_id }}
Expand All @@ -253,7 +253,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
- name: Upload wheels
uses: actions/[email protected]
uses: actions/[email protected].1
with:
overwrite: true
name: release-wheel-macos-${{ matrix.target }}-${{ github.run_id }}
Expand All @@ -271,7 +271,7 @@ jobs:
command: sdist
args: --out dist
- name: Upload sdist
uses: actions/[email protected]
uses: actions/[email protected].1
with:
overwrite: true
name: release-sdist-${{ github.run_id }}
Expand Down

0 comments on commit 042d50f

Please sign in to comment.