Skip to content

Commit

Permalink
Update CI actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo authored Mar 19, 2024
1 parent 2d2c38a commit 213390b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Obtain latest version of the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
cpu_info: cpuinfo/raspberrypi_4b
base_image: raspios_lite_arm64:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Raspberry pi release
uses: pguyot/arm-runner-action@v2
with:
Expand All @@ -71,31 +71,31 @@ jobs:
needs: [Build-PC, Build-RPI]
steps:
- name: Download ubuntu-22.04-x64
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ubuntu-22.04-x64
path: ubuntu22

- name: Download ubuntu-20.04-x64
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ubuntu-20.04-x64
path: ubuntu20

- name: Download macos-12-x64
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: macos-12-x64
path: macos

- name: Download windows-2022-x64
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-2022-x64
path: windows

- name: Download rpi-4b-aarch64
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rpi-4b-aarch64
path: rpi4b
Expand Down

0 comments on commit 213390b

Please sign in to comment.