Skip to content

Commit

Permalink
Merge pull request #170 from CJCombrink/feature/qtc15
Browse files Browse the repository at this point in the history
Feature/qtc15
  • Loading branch information
CJCombrink authored Dec 5, 2024
2 parents 4498e03 + c8881e0 commit bf6eaae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: [push]

env:
QT_VERSION: "6.6.2"
QT_CREATOR_VERSION: "14.0.0"
QT_CREATOR_VERSION: "15.0.0"
QT_MIRRORS: download.qt.io;mirrors.ocf.berkeley.edu/qt;ftp.fau.de/qtproject;mirror.bit.edu.cn/qtproject

# The Jobs
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: Write-Output "${{ steps.create_release.outputs.upload_url }}" > ./release_upload_url.txt

- name: Upload release url
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ./release_upload_url.txt
name: release_upload_url.txt
Expand Down Expand Up @@ -361,15 +361,15 @@ jobs:
Write-Output "PLUGIN_ARCHIVE_FULL=${{github.workspace}}/${env:PLUGIN_ARCHIVE_FULL}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Write-Output "PLUGIN_ARCHIVE_NAME=${env:PLUGIN_ARCHIVE_NAME}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
id: upload_artifact
with:
path: ${{env.PLUGIN_ARCHIVE_FULL}}
name: ${{env.PLUGIN_ARCHIVE_NAME}}

- name: Download release url
if: contains(github.ref, '/tags/v')
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release_upload_url.txt
path: ./
Expand Down
8 changes: 4 additions & 4 deletions SpellChecker.json.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Id" : "spellchecker",
"Id" : "spellchecker",
"Name" : "SpellChecker",
"Version" : "3.7.0",
"CompatVersion" : "3.7.0",
"VendorId" : "carel_combrink",
"Version" : "3.8.0",
"CompatVersion" : "3.8.0",
"VendorId" : "carel_combrink",
"Vendor" : "Carel Combrink",
"Copyright" : "(C) 2015 - 2024 Carel Combrink",
"License" : [ "GNU Lesser General Public License Usage",
Expand Down

0 comments on commit bf6eaae

Please sign in to comment.