Skip to content

Commit

Permalink
Update deprecated actions to newer versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilderbeek committed Sep 4, 2024
1 parent 891dacd commit 3558a9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
git config --global init.defaultBranch master
- name: Checkout repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Compile repository code
Expand All @@ -31,7 +31,7 @@ jobs:
cd derived/root
tar cvfj ../../openmsx-debugger-macos-${{ env.package_origin }}.tbz "openMSX Debugger.app"
- name: Upload redistributable package for Mac OS
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
git config --global init.defaultBranch master
- name: Checkout repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Compile repository code
Expand All @@ -28,7 +28,7 @@ jobs:
cd derived/bin
tar cvf ../../openmsx-debugger-ubuntu-${{ env.package_origin }}.tbz .
- name: Upload redistributable package for Ubuntu
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ubuntu
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
git config --global init.defaultBranch master
- name: Checkout repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Compile repository code
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
cp -rp /usr/x86_64-w64-mingw32/lib/qt/plugins/platforms/qwindows.dll platforms/
tar cvf ../../openmsx-debugger-mingw32-${{ env.package_origin }}.zip .
- name: Upload redistributable package for Windows
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mingw32
path: |
Expand Down

0 comments on commit 3558a9c

Please sign in to comment.