File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
--site-dir ${{ runner.temp }}/site
41
41
working-directory : gh-pages
42
42
- name : Upload Artifact
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : doc-site
46
46
path : ${{ runner.temp }}/site/
Original file line number Diff line number Diff line change 80
80
.
81
81
# Upload artifact (we'll tar it up to save time)
82
82
- name : ' Upload Artifact: built-tree'
83
- uses : actions/upload-artifact@v3
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
name : built-tree
86
86
path : ${{ runner.temp }}/built-tree.tgz
@@ -173,7 +173,7 @@ jobs:
173
173
yarn package
174
174
# Upload artifacts
175
175
- name : ' Upload Artifact: release-package'
176
- uses : actions/upload-artifact@v3
176
+ uses : actions/upload-artifact@v4
177
177
with :
178
178
name : release-package
179
179
path : ${{ github.workspace }}/dist/
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
git add .
107
107
git diff --patch --staged > ${{ runner.temp }}/upgrade.patch
108
108
- name : Upload Patch
109
- uses : actions/upload-artifact@v3
109
+ uses : actions/upload-artifact@v4
110
110
with :
111
111
name : upgrade.patch
112
112
path : ${{ runner.temp }}/upgrade.patch
You can’t perform that action at this time.
0 commit comments