diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47d5a19..06daf5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,14 +99,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2.1-eap - - # Collect Qodana Result - - name: Collect Qodana Result - uses: actions/upload-artifact@v2 - with: - name: qodana-result - path: ${{ github.workspace }}/qodana + uses: JetBrains/qodana-action@v4.1.0 # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fcf6a..9a8d4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ # easy-i18n Changelog ## [Unreleased] +### Changed +- update Qodana to latest version ## [1.7.1] -### Fixed +### Fixed - Vue.js template folding support ## [1.7.0]