File tree 5 files changed +11
-10
lines changed
5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 62
62
PR_NUMBER : ${{ github.event.number }}
63
63
COMMIT_SHA : ${{ needs.sha-hash.outputs.SHORT_SHA }}
64
64
65
- - uses : actions/upload-artifact@v3
65
+ - uses : actions/upload-artifact@v4
66
66
name : Upload ${{ matrix.target }} extension zip
67
67
with :
68
68
name : leather-${{ matrix.target }}-${{ needs.sha-hash.outputs.SHORT_SHA }}
Original file line number Diff line number Diff line change 61
61
echo ${{ steps.semantic.outputs.new_release_patch_version }}
62
62
63
63
- name : Upload release notes
64
- uses : actions/upload-artifact@v3
64
+ uses : actions/upload-artifact@v4
65
65
if : steps.semantic.outputs.new_release_published == 'true'
66
66
with :
67
67
name : release-notes
Original file line number Diff line number Diff line change 39
39
IS_PUBLISHING : true
40
40
run : pnpm build
41
41
42
- - uses : actions/upload-artifact@v3
42
+ - uses : actions/upload-artifact@v4
43
43
name : Upload build artifact
44
44
with :
45
45
name : leather-io
Original file line number Diff line number Diff line change 80
80
81
81
- name : Upload blob report to GitHub Actions Artifacts
82
82
if : always()
83
- uses : actions/upload-artifact@v3
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
- name : all- blob-reports
85
+ name : blob-report-${{ matrix.shardIndex }}
86
86
path : blob-report
87
87
retention-days : 1
88
88
if-no-files-found : error
@@ -96,10 +96,11 @@ jobs:
96
96
- uses : actions/checkout@v4
97
97
98
98
- name : Download blob reports from GitHub Actions Artifacts
99
- uses : actions/download-artifact@v3
99
+ uses : actions/download-artifact@v4
100
100
with :
101
- name : all-blob-reports
102
101
path : all-blob-reports
102
+ pattern : blob-report-*
103
+ merge-multiple : true
103
104
104
105
- name : Merge into HTML Report
105
106
run : npx playwright merge-reports --reporter html ./all-blob-reports
Original file line number Diff line number Diff line change 56
56
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
57
57
run : pnpm build
58
58
59
- - uses : actions/upload-artifact@v3
59
+ - uses : actions/upload-artifact@v4
60
60
name : Upload build artifact
61
61
with :
62
62
name : leather-chromium-v${{ needs.extract-version.outputs.new_version }}
95
95
96
96
run : pnpm build
97
97
98
- - uses : actions/upload-artifact@v3
98
+ - uses : actions/upload-artifact@v4
99
99
name : Upload build artifact
100
100
with :
101
101
name : leather-firefox-v${{ needs.extract-version.outputs.new_version }}
@@ -120,7 +120,7 @@ jobs:
120
120
- publish-firefox-extension
121
121
steps :
122
122
- name : Download extension build
123
- uses : actions/download-artifact@v3
123
+ uses : actions/download-artifact@v4
124
124
with :
125
125
path : .
126
126
You can’t perform that action at this time.
0 commit comments