[build] Bump actions/upload-artifact to v4 and adjust workflows

Authored by: bashonly
This commit is contained in:
bashonly
2024-02-11 15:48:09 +01:00
committed by Simon Sawicki
parent b0059f0413
commit 3876429d72
2 changed files with 32 additions and 10 deletions

View File

@@ -296,7 +296,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifact
pattern: build-*
merge-multiple: true
- uses: actions/setup-python@v5
with:
python-version: "3.10"