diff --git a/.github/workflows/sql-editor-electron.yml b/.github/workflows/sql-editor-electron.yml index 620512e..67a72c4 100644 --- a/.github/workflows/sql-editor-electron.yml +++ b/.github/workflows/sql-editor-electron.yml @@ -104,7 +104,7 @@ jobs: echo "Portable: $portable_file" - name: Upload installer artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sql-editor-electron-${{ matrix.platform }}-${{ matrix.arch }}-installer path: examples/sql-editor-electron/release/${{ matrix.installer_pattern }} @@ -112,7 +112,7 @@ jobs: retention-days: 14 - name: Upload portable artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sql-editor-electron-${{ matrix.platform }}-${{ matrix.arch }}-portable path: examples/sql-editor-electron/release/${{ matrix.portable_pattern }}