Skip to content

Commit 55bd9e2

Browse files
committed
1 parent 26853aa commit 55bd9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cd build
4646
mv bin CetoneSynthLight
4747
tar -c -h -z -f ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || env.action_tag }}.tar.gz CetoneSynthLight/
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
with:
5050
name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || env.action_tag }}
5151
path: |
@@ -110,7 +110,7 @@ jobs:
110110
cd build
111111
mv bin CetoneSynthLight
112112
tar -c -h -z -f ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || env.action_tag }}.tar.gz CetoneSynthLight/
113-
- uses: actions/upload-artifact@v3
113+
- uses: actions/upload-artifact@v4
114114
with:
115115
name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || env.action_tag }}
116116
path: |
@@ -159,7 +159,7 @@ jobs:
159159
id: slug2
160160
run: echo "action_tag=$(echo ${{ github.ref_name }})" >> $GITHUB_ENV
161161

162-
- uses: actions/upload-artifact@v3
162+
- uses: actions/upload-artifact@v4
163163
with:
164164
name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || env.action_tag }}
165165
path: |

0 commit comments

Comments
 (0)