ci: Remove invalid "required" keyword associated with actions/download-artifact

This commit fixes the following error introduced by adb85d69c (ci: Make
cache download optional):

  Unexpected input(s) 'required', valid inputs are ['name', 'path']
This commit is contained in:
Jean-Christophe Fillion-Robin 2022-06-29 03:21:10 -04:00
parent d45d925ee6
commit bf8b0b5925

View File

@ -891,7 +891,6 @@ jobs:
with:
name: cache
path: ./cache
required: false
- name: load base
run: xz -d -k < ./cache/base.tar.xz | docker load