Commit 681135a 1 parent 52f0e0a commit 681135a Copy full SHA for 681135a
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : " Prepare: Checkout Repository"
9
- uses : actions/checkout@v2
9
+ uses : actions/checkout@v4
10
10
- name : " Install Node.js"
11
11
uses : actions/setup-node@v3
12
12
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : " Prepare: Checkout Repository"
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
- name : " Prepare: Use Node.js ${{ matrix.node-version }}"
15
15
uses : actions/setup-node@v4
16
16
with :
@@ -50,10 +50,10 @@ jobs:
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : " Prepare: Checkout Repository"
53
- uses : actions/checkout@v2
53
+ uses : actions/checkout@v4
54
54
55
55
- name : " Prepare: Get Build Artifact"
56
- uses : actions/download-artifact@v2
56
+ uses : actions/download-artifact@v4
57
57
with :
58
58
name : package
59
59
path : dist/
@@ -107,15 +107,15 @@ jobs:
107
107
runs-on : ubuntu-latest
108
108
steps :
109
109
- name : " Prepare: Checkout Repository"
110
- uses : actions/checkout@v2
110
+ uses : actions/checkout@v4
111
111
112
112
- name : " Prepare: Use Node.js ${{ matrix.node-version }}"
113
113
uses : actions/setup-node@v1
114
114
with :
115
115
node-version : v12.x
116
116
117
117
- name : " Prepare: Get Build Artifact"
118
- uses : actions/download-artifact@v2
118
+ uses : actions/download-artifact@v4
119
119
with :
120
120
name : package
121
121
path : dist/
You can’t perform that action at this time.
0 commit comments