File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
- name : Keep artifact
29
29
id : keep-artifact
30
30
run : python -c "print('DAYS=' + str(5 if '${{ github.event_name }}'.startswith('pull_request') else 0))" >> $GITHUB_OUTPUT
31
- - uses : actions/upload-artifact@v3
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : ${{ inputs.artifact-name }}
34
34
path : dist
62
62
mkdir pypi/${{ matrix.pkg-name }}
63
63
cp dist/* pypi/${{ matrix.pkg-name }}/
64
64
65
- - uses : actions/upload-artifact@v3
65
+ - uses : actions/upload-artifact@v4
66
66
with :
67
67
name : ${{ inputs.artifact-name }}
68
68
path : pypi
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
--capture=no -v --color=yes
103
103
104
104
- name : Upload recordings
105
- uses : actions/upload-artifact@v3
105
+ uses : actions/upload-artifact@v4
106
106
if : failure()
107
107
with :
108
108
name : flahship-app-${{ matrix.app }}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
python -c "print('AWS_RUN=' + str('' if '${{inputs.push_to_s3}}' == 'true' else '--dryrun'))" >> $GITHUB_ENV
105
105
106
106
- name : Upload checkpoints to GitHub Actions artifact
107
- uses : actions/upload-artifact@v3
107
+ uses : actions/upload-artifact@v4
108
108
with :
109
109
name : checkpoints-${{ github.sha }}
110
110
path : ${{ env.legacy_dir }}/checkpoints/
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
run : echo "ARTIFACT_DAYS=7" >> $GITHUB_ENV
117
117
- name : Upload built docs
118
118
if : ${{ matrix.target == 'html' }}
119
- uses : actions/upload-artifact@v3
119
+ uses : actions/upload-artifact@v4
120
120
with :
121
121
name : docs-${{ matrix.pkg-name }}-${{ github.sha }}
122
122
path : docs/build/html/
You can’t perform that action at this time.
0 commit comments