Skip to content

Commit

Permalink
💚 Regression upload-artifact action to v3 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: jzazo <[email protected]>
  • Loading branch information
jzazo and jzazo authored Jan 15, 2024
1 parent 10bddc5 commit b0f02ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
files: .tmp/${{ matrix.component }}/reports/pytest-junit.xml
check_name: "Test Results: ${{ matrix.component }}"
- name: "upload-artifacts"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: "wheels"
path: "wheels/${{ steps.package-info.outputs.package-wheel }}"
Expand Down

0 comments on commit b0f02ca

Please sign in to comment.