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 59
59
ref : gh-pages
60
60
token : ${{ secrets.PROJEN_GITHUB_TOKEN }}
61
61
- name : Download Artifact
62
- uses : actions/download-artifact@v3
62
+ uses : actions/download-artifact@v4
63
63
with :
64
64
name : doc-site
65
65
path : ${{ runner.temp }}/site
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ jobs:
289
289
steps :
290
290
# Check out the code
291
291
- name : Download Artifact
292
- uses : actions/download-artifact@v3
292
+ uses : actions/download-artifact@v4
293
293
with :
294
294
name : built-tree
295
295
- name : Extract Artifact
@@ -385,7 +385,7 @@ jobs:
385
385
steps :
386
386
# Check out the code
387
387
- name : Download Artifact
388
- uses : actions/download-artifact@v3
388
+ uses : actions/download-artifact@v4
389
389
with :
390
390
name : release-package
391
391
path : ${{ runner.temp }}/release-package
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
uses : actions/checkout@v4
124
124
125
125
- name : Download patch
126
- uses : actions/download-artifact@v3
126
+ uses : actions/download-artifact@v4
127
127
with :
128
128
name : upgrade.patch
129
129
path : ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments