Skip to content

Commit

Permalink
CI/nightly: Upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 12, 2024
1 parent 1ca3b4e commit 908fa3f
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@v3
uses: actions/upload-artifact@v4
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@v2
uses: actions/upload-artifact@v4
with:
name: wheel
path: ${{ steps.getfilename.outputs.file }}
Expand Down

0 comments on commit 908fa3f

Please sign in to comment.