Skip to content

Commit

Permalink
Update CI actions to silence deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Mar 12, 2024
1 parent 1c344de commit 8d2ce2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
kf_cmake_args: "-DBUILD_WITH_QT6=ON"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Qt
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
hdiutil create qtextpad-macOS-${buildver}.dmg -srcfolder $HOME/dist \
-format UDZO -fs HFS+ -volname "QTextPad ${buildver}"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: QTextPad-macOS
path: macOS
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
deploy_openssl: "$false"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Qt
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
cmake -E rename qtextpad-win64.exe "..\qtextpad-win64-${buildver}.exe"
}
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: QTextPad-win64
path: qtextpad-win64-*.*

0 comments on commit 8d2ce2c

Please sign in to comment.