Skip to content

Commit

Permalink
Revert "CI/nightly: Upload-artifact v4"
Browse files Browse the repository at this point in the history
This reverts commit 908fa3f.
  • Loading branch information
jschueller committed Sep 20, 2024
1 parent f9e3e4a commit 389ffa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- id: getfilename
run: echo "file=$(ls wheelhouse/*.whl)" >> $GITHUB_OUTPUT
- name: Archive
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheel
path: ${{ steps.getfilename.outputs.file }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- id: getfilename
run: echo "file=$(ls wheelhouse/*.whl)" >> $GITHUB_OUTPUT
- name: Archive
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: wheel
path: ${{ steps.getfilename.outputs.file }}
Expand Down

0 comments on commit 389ffa2

Please sign in to comment.