We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02f637 commit e49d689Copy full SHA for e49d689
.github/workflows/github_actions.yml
@@ -241,7 +241,7 @@ jobs:
241
java-version: '11'
242
check-latest: true
243
244
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
245
246
- name: assemble
247
run: |
@@ -278,7 +278,7 @@ jobs:
278
279
280
281
282
with:
283
name: jars
284
@@ -319,7 +319,7 @@ jobs:
319
- name: Checkout
320
uses: actions/checkout@v3
321
322
323
324
325
0 commit comments