Skip to content

Commit 0660a64

Browse files
authored
Update build.yml
1 parent a157e0d commit 0660a64

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828

2929
- name: 'Checkout'
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
3333

@@ -58,7 +58,7 @@ jobs:
5858
unix2dos README.md LICENSE AUDIOGUIDE.md
5959
- name: 'Upload artifact (win32)'
6060
if: matrix.win == 'win32'
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: m8c-${{ env.NOW }}-${{ matrix.win }}
6464
path: |
@@ -73,7 +73,7 @@ jobs:
7373
AUDIOGUIDE.md
7474
- name: 'Upload artifact (win64)'
7575
if: matrix.win == 'win64'
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: m8c-${{ env.NOW }}-${{ matrix.win }}
7979
path: |
@@ -94,7 +94,7 @@ jobs:
9494
sudo apt-get update
9595
sudo apt-get install --fix-missing build-essential libsdl2-dev libserialport-dev zip
9696
- name: 'Checkout'
97-
uses: actions/checkout@v3
97+
uses: actions/checkout@v4
9898

9999
- name: Set current date as env variable
100100
run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
make
105105
- name: 'Upload artifact'
106-
uses: actions/upload-artifact@v3
106+
uses: actions/upload-artifact@v4
107107
with:
108108
name: m8c-${{ env.NOW }}-linux
109109
path: |
@@ -121,7 +121,7 @@ jobs:
121121
run: brew install cmake sdl2 libserialport pkg-config
122122

123123
- name: 'Checkout'
124-
uses: actions/checkout@v3
124+
uses: actions/checkout@v4
125125

126126
- name: Set current date as env variable
127127
run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
@@ -138,7 +138,7 @@ jobs:
138138
cp -r /tmp/m8c.app .
139139
zip -r m8c.zip m8c.app LICENSE README.md AUDIOGUIDE.md gamecontrollerdb.txt
140140
- name: 'Upload artifact'
141-
uses: actions/upload-artifact@v3
141+
uses: actions/upload-artifact@v4
142142
with:
143143
name: m8c-${{ env.NOW }}-macos
144144
path: m8c.zip

0 commit comments

Comments
 (0)