mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 16:28:19 +00:00
chore(deps): update actions/download-artifact action to v5 (#34)
Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8cb7c1e99e
commit
65dc51cefa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -216,7 +216,7 @@ jobs:
|
|||
version=$(jq -r '."."' .release-please-manifest.json)
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
path: artifacts
|
||||
- name: Print directory structure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue