Skip to content

Commit

Permalink
refactor: Update build workflow to use actions/download-artifact@v4 f…
Browse files Browse the repository at this point in the history
…or Windows and Linux artifacts
  • Loading branch information
alevilar committed Sep 9, 2024
1 parent 52e5fa6 commit 9fc7c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
uses: actions/checkout@v3

- name: Download Windows artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: fiscalberry-win
path: ./artifacts

- name: Download Linux artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: fiscalberry-lin
path: ./artifacts
Expand Down

0 comments on commit 9fc7c19

Please sign in to comment.