File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 mkdir -p pypi/${{ matrix.pkg-name }}
4242 cp dist/* pypi/${{ matrix.pkg-name }}/
4343
44- - uses : actions/upload-artifact@v4
44+ - uses : actions/upload-artifact@v5
4545 with :
4646 name : ${{ inputs.artifact-name }}-${{ matrix.pkg-name }}
4747 path : pypi
6262
6363 - name : Keep artifact
6464 run : python -c "print('DAYS=' + str(5 if '${{ github.event_name }}'.startswith('pull_request') else 0))" >> $GITHUB_ENV
65- - uses : actions/upload-artifact@v4
65+ - uses : actions/upload-artifact@v5
6666 with :
6767 name : ${{ inputs.artifact-name }}
6868 path : pypi
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 python -c "print('AWS_RUN=' + str('' if '${{inputs.push_to_s3}}' == 'true' else '--dryrun'))" >> $GITHUB_ENV
109109
110110 - name : Upload checkpoints to GitHub Actions artifact
111- uses : actions/upload-artifact@v4
111+ uses : actions/upload-artifact@v5
112112 with :
113113 name : checkpoints-${{ github.sha }}
114114 path : ${{ env.LEGACY_FOLDER }}/checkpoints/
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133
134134 - name : Upload built docs
135135 if : ${{ matrix.target == 'html' }}
136- uses : actions/upload-artifact@v4
136+ uses : actions/upload-artifact@v5
137137 with :
138138 name : docs-${{ matrix.pkg-name }}-${{ github.sha }}
139139 path : docs/build/html/
Original file line number Diff line number Diff line change 4040 nb-dirs : ${{ env.NB_DIRS }}
4141 allow-local-changes : " true"
4242
43- - uses : actions/upload-artifact@v4
43+ - uses : actions/upload-artifact@v5
4444 with :
4545 name : nightly-packages-${{ github.sha }}
4646 path : dist
You can’t perform that action at this time.
0 commit comments