Use actions/download-artifact@v4

This commit is contained in:
jklingen 2025-04-18 11:52:59 +02:00 committed by GitHub
commit bdde069b29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ jobs:
steps: steps:
# Step 2: Download artifacts (drop) # Step 2: Download artifacts (drop)
- name: Download build artifacts - name: Download build artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: drop # Name of the artifact uploaded in previous steps name: drop # Name of the artifact uploaded in previous steps
path: drop # Local folder where artifacts are downloaded path: drop # Local folder where artifacts are downloaded