Skip to content

Commit e9f118a

Browse files
committed
Update Github actions version
1 parent 724b492 commit e9f118a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
run:
99
shell: msys2 {0}
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: msys2/setup-msys2@v2
1313
with:
1414
msystem: MSYS
@@ -57,14 +57,14 @@ jobs:
5757
run: |
5858
avarice_installed/usr/bin/avarice --version
5959
avarice_installed/usr/bin/avarice --known-devices || true
60-
- uses: actions/upload-artifact@v3
60+
- uses: actions/upload-artifact@v4
6161
with:
6262
name: AVaRICE Windows 64-bit
6363
path: avarice_installed
6464
build-lin64:
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- name: Install Dependencies
6969
run: sudo apt-get update && sudo apt-get install -y build-essential make autotools-dev automake binutils-dev libusb-dev libhidapi-dev
7070
- name: Build AVaRICE
@@ -82,14 +82,14 @@ jobs:
8282
avarice_installed/usr/local/bin/avarice --known-devices || true
8383
- name: Tar files
8484
run: tar -cvf avarice.tar.gz -C avarice_installed .
85-
- uses: actions/upload-artifact@v3
85+
- uses: actions/upload-artifact@v4
8686
with:
8787
name: AVaRICE Linux 64-bit
8888
path: avarice.tar.gz
89-
build-darwin-x64:
89+
build-darwin-arm64:
9090
runs-on: macos-latest
9191
steps:
92-
- uses: actions/checkout@v3
92+
- uses: actions/checkout@v4
9393
- name: Install Dependencies
9494
run: |
9595
brew install gcc binutils autoconf automake mk-configure libusb libusb-compat hidapi
@@ -108,7 +108,7 @@ jobs:
108108
avarice_installed/usr/local/bin/avarice --known-devices || true
109109
- name: Tar files
110110
run: tar -cvf avarice.tar.gz -C avarice_installed .
111-
- uses: actions/upload-artifact@v3
111+
- uses: actions/upload-artifact@v4
112112
with:
113-
name: AVaRICE Mac OS Intel 64-bit
113+
name: AVaRICE Mac OS ARM 64-bit
114114
path: avarice.tar.gz

0 commit comments

Comments
 (0)