Skip to content

Commit 3558a9c

Browse files
committed
Update deprecated actions to newer versions.
1 parent 891dacd commit 3558a9c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/workflow-build-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
git config --global init.defaultBranch master
1717
- name: Checkout repository code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- name: Compile repository code
@@ -31,7 +31,7 @@ jobs:
3131
cd derived/root
3232
tar cvfj ../../openmsx-debugger-macos-${{ env.package_origin }}.tbz "openMSX Debugger.app"
3333
- name: Upload redistributable package for Mac OS
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: macos
3737
path: |

.github/workflows/workflow-build-ubuntu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
git config --global init.defaultBranch master
1717
- name: Checkout repository code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- name: Compile repository code
@@ -28,7 +28,7 @@ jobs:
2828
cd derived/bin
2929
tar cvf ../../openmsx-debugger-ubuntu-${{ env.package_origin }}.tbz .
3030
- name: Upload redistributable package for Ubuntu
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: ubuntu
3434
path: |

.github/workflows/workflow-build-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
git config --global init.defaultBranch master
2222
- name: Checkout repository code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626
- name: Compile repository code
@@ -65,7 +65,7 @@ jobs:
6565
cp -rp /usr/x86_64-w64-mingw32/lib/qt/plugins/platforms/qwindows.dll platforms/
6666
tar cvf ../../openmsx-debugger-mingw32-${{ env.package_origin }}.zip .
6767
- name: Upload redistributable package for Windows
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: mingw32
7171
path: |

0 commit comments

Comments
 (0)