Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
speters authored Sep 4, 2024
1 parent 70ef62b commit 8ca4797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ jobs:
git fetch --tags --force
- name: Get Linux RPi build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifacts-build_rpi
path: artifacts

- name: Get Linux RPi arm64 build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifacts-build_rpi64
path: artifacts

- name: Get Linux build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifacts-build_linux
path: artifacts

- name: Get Cygwin (x86_64) build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifacts-build_cygwin_x86_64
path: artifacts
Expand Down

0 comments on commit 8ca4797

Please sign in to comment.