Skip to content

Commit fcacfbf

Browse files
committed
chore: update download-artifact action to v4.1.8 in ci.yml
1 parent 2f34139 commit fcacfbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
uses: actions/checkout@v3
226226

227227
- name: Download test results
228-
uses: actions/download-artifact@v2
228+
uses: actions/download-artifact@v4.1.8
229229
with:
230230
name: Test Results
231231
path: test_results
@@ -260,7 +260,7 @@ jobs:
260260
steps:
261261
- name: Checkout repository
262262
uses: actions/checkout@v3
263-
- uses: actions/download-artifact@v2
263+
- uses: actions/download-artifact@v4.1.8
264264
with:
265265
name: jar-artifact
266266
path: target/

0 commit comments

Comments
 (0)