File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
run : scripts/build
24
24
25
25
- name : Upload package distributions
26
- uses : actions/upload-artifact@v2
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
name : package-distributions
29
29
path : dist/
30
30
31
31
- name : Upload documentation
32
- uses : actions/upload-artifact@v2
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : documentation
35
35
path : site/
47
47
48
48
steps :
49
49
- name : Download artifacts
50
- uses : actions/download-artifact@v2
50
+ uses : actions/download-artifact@v4
51
51
with :
52
52
name : package-distributions
53
53
path : dist/
64
64
65
65
steps :
66
66
- name : Download artifacts
67
- uses : actions/download-artifact@v2
67
+ uses : actions/download-artifact@v4
68
68
with :
69
69
name : documentation
70
70
path : site/
You can’t perform that action at this time.
0 commit comments