update github actions packages' version to suppress warnings (#30249)

update

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2024-04-15 15:08:09 +02:00
committed by GitHub
parent 766810153b
commit 440bd3c3c0
21 changed files with 83 additions and 83 deletions

View File

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