Skip to content

Commit 2f34139

Browse files
committed
chore: update download-artifact action to v2 in ci.yml
1 parent 900b54e commit 2f34139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
steps:
261261
- name: Checkout repository
262262
uses: actions/checkout@v3
263-
- uses: actions/download-artifact@v1
263+
- uses: actions/download-artifact@v2
264264
with:
265265
name: jar-artifact
266266
path: target/

0 commit comments

Comments
 (0)