Skip to content

Commit

Permalink
fix upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Jan 30, 2024
1 parent 9590de7 commit bd05f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
mv dist/bitsandbytes*.* dist/cu${{ matrix.cuda-version }}/
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.0
with:
name: bitsandbytes-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.cuda-version }}
path: |
Expand Down

0 comments on commit bd05f6c

Please sign in to comment.