Skip to content

Commit 8d25135

Browse files
qwersemabrodkin
authored andcommitted
Update used external actions
Signed-off-by: Evgeny Semenov <qwersem@gmail.com>
1 parent 6f45d79 commit 8d25135

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
fail-fast: false
4949

5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5252
name: Checkout sources
5353
with:
5454
fetch-depth: 2
5555

56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
name: Checkout arc-kernel-ci
5858
with:
5959
repository: "foss-for-synopsys-dwc-arc-processors/arc-kernel-ci"
@@ -159,7 +159,7 @@ jobs:
159159
shell: bash
160160

161161
- name: Upload ${{ matrix.targets.cpu }} vmlinux
162-
uses: actions/upload-artifact@v2
162+
uses: actions/upload-artifact@v3
163163
with:
164164
name: vmlinux-${{ matrix.targets.cpu }}
165165
path: vmlinux-${{ matrix.targets.cpu }}
@@ -174,7 +174,7 @@ jobs:
174174
fail-fast: false
175175

176176
steps:
177-
- uses: actions/checkout@v2
177+
- uses: actions/checkout@v3
178178
name: Checkout arc-kernel-ci
179179
with:
180180
repository: "foss-for-synopsys-dwc-arc-processors/arc-kernel-ci"
@@ -184,7 +184,7 @@ jobs:
184184
pip3 install -r requirements.txt
185185
186186
- name: Download ${{ matrix.targets }} vmlinux
187-
uses: actions/download-artifact@v2
187+
uses: actions/download-artifact@v3
188188
with:
189189
name: vmlinux-${{ matrix.targets }}
190190

0 commit comments

Comments
 (0)