Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rework' into rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Trico-Everfire committed Oct 3, 2024
2 parents 5c800ae + 4b4d252 commit f22c92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
BUILD_DIR: '${{github.workspace}}/build'
QT_VERSION: '6.6.3'
QT_VERSION: '6.7.2'
QT_MODULES: 'qtimageformats'

jobs:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
done
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: vtf-edit-revitalized-linux-${{matrix.build_type}}-${{matrix.target}}
path: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
run: cmake --build build --config ${{matrix.build_type}}

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: vtf-edit-revitalized-windows-${{matrix.build_type}}-${{matrix.target}}
path: |
Expand Down

0 comments on commit f22c92b

Please sign in to comment.