mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Use actions/download-artifact@v4
This commit is contained in:
parent
38989adcd4
commit
bdde069b29
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
steps:
|
||||
# Step 2: Download artifacts (drop)
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: drop # Name of the artifact uploaded in previous steps
|
||||
path: drop # Local folder where artifacts are downloaded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue