Update some GH action versions (#20537)

* update actions versions

* update actions versions

* update actions versions

* update actions versions

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-12-06 16:54:40 +01:00
committed by GitHub
parent acc439ba17
commit bf9a5882a7
12 changed files with 89 additions and 89 deletions

View File

@@ -112,7 +112,7 @@ if __name__ == "__main__":
from_gh = args.from_gh
if from_gh:
# The artifacts have to be downloaded using `actions/download-artifact@v2`
# The artifacts have to be downloaded using `actions/download-artifact@v3`
pass
else:
os.makedirs(args.output_dir, exist_ok=True)